Share via


IUITextPasteItem.SetAttributedStringResult(NSAttributedString) Method

Definition

Sets the string value of the paste item.

[Foundation.Export("setAttributedStringResult:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetAttributedStringResult(Foundation.NSAttributedString string);
[<Foundation.Export("setAttributedStringResult:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetAttributedStringResult : Foundation.NSAttributedString -> unit
override this.SetAttributedStringResult : Foundation.NSAttributedString -> unit

Parameters

string
NSAttributedString

The new attachment value.

Attributes

Applies to