UIResponder.TextInputContextIdentifier 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.
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