UITextDocumentProxy.TextContentType Property
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.
The semantic of the expected input, which allows the system to, for example, provide custom keyboards.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSString TextContentType { [Foundation.Export("textContentType")] get; [Foundation.Export("setTextContentType:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("textContentType")>]
[<set: Foundation.Export("setTextContentType:")>]
member this.TextContentType : Foundation.NSString with get, set
Property Value
Implements
- Attributes