UITextInput_Extensions.SetAttributedMarkedText 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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetAttributedMarkedText(this UIKit.IUITextInput This, Foundation.NSAttributedString? markedText, Foundation.NSRange selectedRange);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetAttributedMarkedText : UIKit.IUITextInput * Foundation.NSAttributedString * Foundation.NSRange -> unit
Parameters
- This
- IUITextInput
- markedText
- NSAttributedString
- selectedRange
- NSRange
- Attributes