UITextInputTraits_Extensions.GetTextContentType(IUITextInputTraits) Method

Definition

Gets the semantic of the expected input, which allows the system to, for example, provide custom keyboards.

public static Foundation.NSString GetTextContentType (this UIKit.IUITextInputTraits This);
static member GetTextContentType : UIKit.IUITextInputTraits -> Foundation.NSString

Parameters

This
IUITextInputTraits

The instance on which this method operates.

Returns

Applies to