UITextInputTraits_Extensions Class
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.
Extension class that, together with the IUITextInputTraits interface, comprise the UITextInputTraits protocol.
public static class UITextInputTraits_Extensions
type UITextInputTraits_Extensions = class
- Inheritance
-
UITextInputTraits_Extensions
Methods
GetPasswordRules(IUITextInputTraits) |
Returns the password entry rules. |
GetSmartDashesType(IUITextInputTraits) |
Gets the smart dashes style. |
GetSmartInsertDeleteType(IUITextInputTraits) |
Gets the smart insert style. |
GetSmartQuotesType(IUITextInputTraits) |
Gets the smart quotes style. |
GetTextContentType(IUITextInputTraits) |
Gets the semantic of the expected input, which allows the system to, for example, provide custom keyboards. |
SetPasswordRules(IUITextInputTraits, UITextInputPasswordRules) |
Sets the password entry rules. |
SetSmartDashesType(IUITextInputTraits, UITextSmartDashesType) |
Sets the style for smart dashes. |
SetSmartInsertDeleteType(IUITextInputTraits, UITextSmartInsertDeleteType) |
Sets the style for smart insertion. |
SetSmartQuotesType(IUITextInputTraits, UITextSmartQuotesType) |
Sets the style for smart quotes. |
SetTextContentType(IUITextInputTraits, NSString) |
Sets the semantic of the expected input, which allows the system to, for example, provide custom keyboards. |