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