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