IUITextPasteItem.SetAttributedStringResult(NSAttributedString) 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 string value of the paste item.
[Foundation.Export("setAttributedStringResult:")]
[Foundation.Preserve(Conditional=true)]
public void SetAttributedStringResult (Foundation.NSAttributedString string);
abstract member SetAttributedStringResult : Foundation.NSAttributedString -> unit
Parameters
- string
- NSAttributedString
The new attachment value.
- Attributes