IUITextPasteItem.SetAttachmentResult(NSTextAttachment) 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.
Sets the attachement result to the specified attachment.
[Foundation.Export("setAttachmentResult:")]
[Foundation.Preserve(Conditional=true)]
public void SetAttachmentResult (UIKit.NSTextAttachment textAttachment);
abstract member SetAttachmentResult : UIKit.NSTextAttachment -> unit
Parameters
- textAttachment
- NSTextAttachment
The new attachment value.
- Attributes