UIResponder.ClearTextInputContextIdentifier(NSString) 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.
Clears the text input mode information from the application's user defaults.
[Foundation.Export("clearTextInputContextIdentifier:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void ClearTextInputContextIdentifier (Foundation.NSString identifier);
static member ClearTextInputContextIdentifier : Foundation.NSString -> unit
Parameters
- identifier
- NSString
Identifier that is assigned to the textInputContextIdentifier property for one of your responders.
- Attributes