SLComposeServiceViewController.GetWritablePasteboardTypes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- forCell
- NSTextAttachmentCell
- charIndex
-
UIntPtr
unativeint
Returns
String[]
Implements
- Attributes