public void RegisterClassForDecorationView(Type viewType, NSString kind) { RegisterClassForDecorationView(viewType == null ? IntPtr.Zero : Class.GetHandle(viewType), kind); }
public void AddTemporaryAttribute(NSString attributeName, NSObject value, NSRange characterRange) { throw new NotSupportedException(); }
public virtual void RemoveTemporaryAttribute(NSString attributeName, NSRange characterRange) { throw new NotSupportedException(); }
public NSObject GetTemporaryAttribute(NSString attributeName, nuint characterIndex, out NSRange longestEffectiveRange, NSRange rangeLimit) { throw new NotSupportedException(); }
protected virtual NSObject GetTemporaryAttribute(NSString attributeName, nuint characterIndex, IntPtr longestEffectiveRange, NSRange rangeLimit) { throw new NotSupportedException(); }
public NSObject GetTemporaryAttribute(NSString attributeName, nuint characterIndex) { throw new NotSupportedException(); }