SLComposeServiceViewController.GetWritablePasteboardTypes Method

Definition

[Foundation.Export("textView:writablePasteboardTypesForCell:atIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string[] GetWritablePasteboardTypes(AppKit.NSTextView view, AppKit.NSTextAttachmentCell forCell, UIntPtr charIndex);
[<Foundation.Export("textView:writablePasteboardTypesForCell:atIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetWritablePasteboardTypes : AppKit.NSTextView * AppKit.NSTextAttachmentCell * unativeint -> string[]
override this.GetWritablePasteboardTypes : AppKit.NSTextView * AppKit.NSTextAttachmentCell * unativeint -> string[]

Parameters

view
NSTextView
charIndex
UIntPtr

unativeint

Returns

String[]

Implements

Attributes

Applies to