Share via


IUITextPasteItem.SetAttachmentResult(NSTextAttachment) Method

Definition

Sets the attachement result to the specified attachment.

[Foundation.Export("setAttachmentResult:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetAttachmentResult(UIKit.NSTextAttachment textAttachment);
[<Foundation.Export("setAttachmentResult:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetAttachmentResult : UIKit.NSTextAttachment -> unit
override this.SetAttachmentResult : UIKit.NSTextAttachment -> unit

Parameters

textAttachment
NSTextAttachment

The new attachment value.

Attributes

Applies to