UIResponder.TextInputContextIdentifier Property

Definition

An identifier indicating that this UIResponder should preserve its text input mode information. Read-only.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSString TextInputContextIdentifier { [Foundation.Export("textInputContextIdentifier")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.TextInputContextIdentifier : Foundation.NSString

Property Value

Ordinarily returns an identifier that signifies that the responder needs to preserve the text input mode information. When redefined, returns a string value that indicates that the responder should preserve the text input mode information.

Attributes

Applies to