UITextDocumentProxy.TextContentType Property

Definition

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

Applies to