IUITextInputTraits Schnittstelle

Definition

Eine Schnittstelle, die von UITextField und UITextView mit allgemeinen Eingabemerkmalen implementiert wird.

[Foundation.Protocol(Name="UITextInputTraits", WrapperType=typeof(UIKit.UITextInputTraitsWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="autocapitalizationType", IsProperty=true, IsRequired=false, IsStatic=false, Name="AutocapitalizationType", PropertyType=typeof(UIKit.UITextAutocapitalizationType), Selector="autocapitalizationType", SetterSelector="setAutocapitalizationType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="autocorrectionType", IsProperty=true, IsRequired=false, IsStatic=false, Name="AutocorrectionType", PropertyType=typeof(UIKit.UITextAutocorrectionType), Selector="autocorrectionType", SetterSelector="setAutocorrectionType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="keyboardType", IsProperty=true, IsRequired=false, IsStatic=false, Name="KeyboardType", PropertyType=typeof(UIKit.UIKeyboardType), Selector="keyboardType", SetterSelector="setKeyboardType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="keyboardAppearance", IsProperty=true, IsRequired=false, IsStatic=false, Name="KeyboardAppearance", PropertyType=typeof(UIKit.UIKeyboardAppearance), Selector="keyboardAppearance", SetterSelector="setKeyboardAppearance:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="returnKeyType", IsProperty=true, IsRequired=false, IsStatic=false, Name="ReturnKeyType", PropertyType=typeof(UIKit.UIReturnKeyType), Selector="returnKeyType", SetterSelector="setReturnKeyType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="enablesReturnKeyAutomatically", IsProperty=true, IsRequired=false, IsStatic=false, Name="EnablesReturnKeyAutomatically", PropertyType=typeof(System.Boolean), Selector="enablesReturnKeyAutomatically", SetterSelector="setEnablesReturnKeyAutomatically:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isSecureTextEntry", IsProperty=true, IsRequired=false, IsStatic=false, Name="SecureTextEntry", PropertyType=typeof(System.Boolean), Selector="secureTextEntry", SetterSelector="setSecureTextEntry:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="spellCheckingType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SpellCheckingType", PropertyType=typeof(UIKit.UITextSpellCheckingType), Selector="spellCheckingType", SetterSelector="setSpellCheckingType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="textContentType", IsProperty=true, IsRequired=false, IsStatic=false, Name="TextContentType", PropertyType=typeof(Foundation.NSString), Selector="textContentType", SetterSelector="setTextContentType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="smartQuotesType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SmartQuotesType", PropertyType=typeof(UIKit.UITextSmartQuotesType), Selector="smartQuotesType", SetterSelector="setSmartQuotesType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="smartDashesType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SmartDashesType", PropertyType=typeof(UIKit.UITextSmartDashesType), Selector="smartDashesType", SetterSelector="setSmartDashesType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="smartInsertDeleteType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SmartInsertDeleteType", PropertyType=typeof(UIKit.UITextSmartInsertDeleteType), Selector="smartInsertDeleteType", SetterSelector="setSmartInsertDeleteType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="passwordRules", IsProperty=true, IsRequired=false, IsStatic=false, Name="PasswordRules", PropertyType=typeof(UIKit.UITextInputPasswordRules), Selector="passwordRules", SetterSelector="setPasswordRules:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="inlinePredictionType", IsProperty=true, IsRequired=false, IsStatic=false, Name="InlinePredictionType", PropertyType=typeof(UIKit.UITextInlinePredictionType), Selector="inlinePredictionType", SetterSelector="setInlinePredictionType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="writingToolsBehavior", IsProperty=true, IsRequired=false, IsStatic=false, Name="WritingToolsBehavior", PropertyType=typeof(UIKit.UIWritingToolsBehavior), Selector="writingToolsBehavior", SetterSelector="setWritingToolsBehavior:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="allowedWritingToolsResultOptions", IsProperty=true, IsRequired=false, IsStatic=false, Name="AllowedWritingToolsResultOptions", PropertyType=typeof(UIKit.UIWritingToolsResultOptions), Selector="allowedWritingToolsResultOptions", SetterSelector="setAllowedWritingToolsResultOptions:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="mathExpressionCompletionType", IsProperty=true, IsRequired=false, IsStatic=false, Name="MathExpressionCompletionType", PropertyType=typeof(UIKit.UITextMathExpressionCompletionType), Selector="mathExpressionCompletionType", SetterSelector="setMathExpressionCompletionType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="conversationContext", IsProperty=true, IsRequired=false, IsStatic=false, Name="ConversationContext", PropertyType=typeof(UIKit.UIConversationContext), Selector="conversationContext", SetterSelector="setConversationContext:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="allowsNumberPadPopover", IsProperty=true, IsRequired=false, IsStatic=false, Name="AllowsNumberPadPopover", PropertyType=typeof(System.Boolean), Selector="allowsNumberPadPopover", SetterSelector="setAllowsNumberPadPopover:")]
public interface IUITextInputTraits : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(Name="UITextInputTraits", WrapperType=typeof(UIKit.UITextInputTraitsWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="autocapitalizationType", IsProperty=true, IsRequired=false, IsStatic=false, Name="AutocapitalizationType", PropertyType=typeof(UIKit.UITextAutocapitalizationType), Selector="autocapitalizationType", SetterSelector="setAutocapitalizationType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="autocorrectionType", IsProperty=true, IsRequired=false, IsStatic=false, Name="AutocorrectionType", PropertyType=typeof(UIKit.UITextAutocorrectionType), Selector="autocorrectionType", SetterSelector="setAutocorrectionType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="keyboardType", IsProperty=true, IsRequired=false, IsStatic=false, Name="KeyboardType", PropertyType=typeof(UIKit.UIKeyboardType), Selector="keyboardType", SetterSelector="setKeyboardType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="keyboardAppearance", IsProperty=true, IsRequired=false, IsStatic=false, Name="KeyboardAppearance", PropertyType=typeof(UIKit.UIKeyboardAppearance), Selector="keyboardAppearance", SetterSelector="setKeyboardAppearance:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="returnKeyType", IsProperty=true, IsRequired=false, IsStatic=false, Name="ReturnKeyType", PropertyType=typeof(UIKit.UIReturnKeyType), Selector="returnKeyType", SetterSelector="setReturnKeyType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="enablesReturnKeyAutomatically", IsProperty=true, IsRequired=false, IsStatic=false, Name="EnablesReturnKeyAutomatically", PropertyType=typeof(System.Boolean), Selector="enablesReturnKeyAutomatically", SetterSelector="setEnablesReturnKeyAutomatically:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isSecureTextEntry", IsProperty=true, IsRequired=false, IsStatic=false, Name="SecureTextEntry", PropertyType=typeof(System.Boolean), Selector="secureTextEntry", SetterSelector="setSecureTextEntry:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="spellCheckingType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SpellCheckingType", PropertyType=typeof(UIKit.UITextSpellCheckingType), Selector="spellCheckingType", SetterSelector="setSpellCheckingType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="textContentType", IsProperty=true, IsRequired=false, IsStatic=false, Name="TextContentType", PropertyType=typeof(Foundation.NSString), Selector="textContentType", SetterSelector="setTextContentType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="smartQuotesType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SmartQuotesType", PropertyType=typeof(UIKit.UITextSmartQuotesType), Selector="smartQuotesType", SetterSelector="setSmartQuotesType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="smartDashesType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SmartDashesType", PropertyType=typeof(UIKit.UITextSmartDashesType), Selector="smartDashesType", SetterSelector="setSmartDashesType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="smartInsertDeleteType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SmartInsertDeleteType", PropertyType=typeof(UIKit.UITextSmartInsertDeleteType), Selector="smartInsertDeleteType", SetterSelector="setSmartInsertDeleteType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="passwordRules", IsProperty=true, IsRequired=false, IsStatic=false, Name="PasswordRules", PropertyType=typeof(UIKit.UITextInputPasswordRules), Selector="passwordRules", SetterSelector="setPasswordRules:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="inlinePredictionType", IsProperty=true, IsRequired=false, IsStatic=false, Name="InlinePredictionType", PropertyType=typeof(UIKit.UITextInlinePredictionType), Selector="inlinePredictionType", SetterSelector="setInlinePredictionType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="writingToolsBehavior", IsProperty=true, IsRequired=false, IsStatic=false, Name="WritingToolsBehavior", PropertyType=typeof(UIKit.UIWritingToolsBehavior), Selector="writingToolsBehavior", SetterSelector="setWritingToolsBehavior:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="allowedWritingToolsResultOptions", IsProperty=true, IsRequired=false, IsStatic=false, Name="AllowedWritingToolsResultOptions", PropertyType=typeof(UIKit.UIWritingToolsResultOptions), Selector="allowedWritingToolsResultOptions", SetterSelector="setAllowedWritingToolsResultOptions:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="mathExpressionCompletionType", IsProperty=true, IsRequired=false, IsStatic=false, Name="MathExpressionCompletionType", PropertyType=typeof(UIKit.UITextMathExpressionCompletionType), Selector="mathExpressionCompletionType", SetterSelector="setMathExpressionCompletionType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="allowsNumberPadPopover", IsProperty=true, IsRequired=false, IsStatic=false, Name="AllowsNumberPadPopover", PropertyType=typeof(System.Boolean), Selector="allowsNumberPadPopover", SetterSelector="setAllowsNumberPadPopover:")]
public interface IUITextInputTraits : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(Name="UITextInputTraits", WrapperType=typeof(UIKit.UITextInputTraitsWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="autocapitalizationType", IsProperty=true, IsRequired=false, IsStatic=false, Name="AutocapitalizationType", PropertyType=typeof(UIKit.UITextAutocapitalizationType), Selector="autocapitalizationType", SetterSelector="setAutocapitalizationType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="autocorrectionType", IsProperty=true, IsRequired=false, IsStatic=false, Name="AutocorrectionType", PropertyType=typeof(UIKit.UITextAutocorrectionType), Selector="autocorrectionType", SetterSelector="setAutocorrectionType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="keyboardType", IsProperty=true, IsRequired=false, IsStatic=false, Name="KeyboardType", PropertyType=typeof(UIKit.UIKeyboardType), Selector="keyboardType", SetterSelector="setKeyboardType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="keyboardAppearance", IsProperty=true, IsRequired=false, IsStatic=false, Name="KeyboardAppearance", PropertyType=typeof(UIKit.UIKeyboardAppearance), Selector="keyboardAppearance", SetterSelector="setKeyboardAppearance:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="returnKeyType", IsProperty=true, IsRequired=false, IsStatic=false, Name="ReturnKeyType", PropertyType=typeof(UIKit.UIReturnKeyType), Selector="returnKeyType", SetterSelector="setReturnKeyType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="enablesReturnKeyAutomatically", IsProperty=true, IsRequired=false, IsStatic=false, Name="EnablesReturnKeyAutomatically", PropertyType=typeof(System.Boolean), Selector="enablesReturnKeyAutomatically", SetterSelector="setEnablesReturnKeyAutomatically:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isSecureTextEntry", IsProperty=true, IsRequired=false, IsStatic=false, Name="SecureTextEntry", PropertyType=typeof(System.Boolean), Selector="secureTextEntry", SetterSelector="setSecureTextEntry:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="spellCheckingType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SpellCheckingType", PropertyType=typeof(UIKit.UITextSpellCheckingType), Selector="spellCheckingType", SetterSelector="setSpellCheckingType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="textContentType", IsProperty=true, IsRequired=false, IsStatic=false, Name="TextContentType", PropertyType=typeof(Foundation.NSString), Selector="textContentType", SetterSelector="setTextContentType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="smartQuotesType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SmartQuotesType", PropertyType=typeof(UIKit.UITextSmartQuotesType), Selector="smartQuotesType", SetterSelector="setSmartQuotesType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="smartDashesType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SmartDashesType", PropertyType=typeof(UIKit.UITextSmartDashesType), Selector="smartDashesType", SetterSelector="setSmartDashesType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="smartInsertDeleteType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SmartInsertDeleteType", PropertyType=typeof(UIKit.UITextSmartInsertDeleteType), Selector="smartInsertDeleteType", SetterSelector="setSmartInsertDeleteType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="passwordRules", IsProperty=true, IsRequired=false, IsStatic=false, Name="PasswordRules", PropertyType=typeof(UIKit.UITextInputPasswordRules), Selector="passwordRules", SetterSelector="setPasswordRules:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="inlinePredictionType", IsProperty=true, IsRequired=false, IsStatic=false, Name="InlinePredictionType", PropertyType=typeof(UIKit.UITextInlinePredictionType), Selector="inlinePredictionType", SetterSelector="setInlinePredictionType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="mathExpressionCompletionType", IsProperty=true, IsRequired=false, IsStatic=false, Name="MathExpressionCompletionType", PropertyType=typeof(UIKit.UITextMathExpressionCompletionType), Selector="mathExpressionCompletionType", SetterSelector="setMathExpressionCompletionType:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="allowsNumberPadPopover", IsProperty=true, IsRequired=false, IsStatic=false, Name="AllowsNumberPadPopover", PropertyType=typeof(System.Boolean), Selector="allowsNumberPadPopover", SetterSelector="setAllowsNumberPadPopover:")]
public interface IUITextInputTraits : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UITextInputTraits", WrapperType=typeof(UIKit.UITextInputTraitsWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="autocapitalizationType", IsProperty=true, IsRequired=false, IsStatic=false, Name="AutocapitalizationType", PropertyType=typeof(UIKit.UITextAutocapitalizationType), Selector="autocapitalizationType", SetterSelector="setAutocapitalizationType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="autocorrectionType", IsProperty=true, IsRequired=false, IsStatic=false, Name="AutocorrectionType", PropertyType=typeof(UIKit.UITextAutocorrectionType), Selector="autocorrectionType", SetterSelector="setAutocorrectionType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="keyboardType", IsProperty=true, IsRequired=false, IsStatic=false, Name="KeyboardType", PropertyType=typeof(UIKit.UIKeyboardType), Selector="keyboardType", SetterSelector="setKeyboardType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="keyboardAppearance", IsProperty=true, IsRequired=false, IsStatic=false, Name="KeyboardAppearance", PropertyType=typeof(UIKit.UIKeyboardAppearance), Selector="keyboardAppearance", SetterSelector="setKeyboardAppearance:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="returnKeyType", IsProperty=true, IsRequired=false, IsStatic=false, Name="ReturnKeyType", PropertyType=typeof(UIKit.UIReturnKeyType), Selector="returnKeyType", SetterSelector="setReturnKeyType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="enablesReturnKeyAutomatically", IsProperty=true, IsRequired=false, IsStatic=false, Name="EnablesReturnKeyAutomatically", PropertyType=typeof(System.Boolean), Selector="enablesReturnKeyAutomatically", SetterSelector="setEnablesReturnKeyAutomatically:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isSecureTextEntry", IsProperty=true, IsRequired=false, IsStatic=false, Name="SecureTextEntry", PropertyType=typeof(System.Boolean), Selector="secureTextEntry", SetterSelector="setSecureTextEntry:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="spellCheckingType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SpellCheckingType", PropertyType=typeof(UIKit.UITextSpellCheckingType), Selector="spellCheckingType", SetterSelector="setSpellCheckingType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="textContentType", IsProperty=true, IsRequired=false, IsStatic=false, Name="TextContentType", PropertyType=typeof(Foundation.NSString), Selector="textContentType", SetterSelector="setTextContentType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="smartQuotesType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SmartQuotesType", PropertyType=typeof(UIKit.UITextSmartQuotesType), Selector="smartQuotesType", SetterSelector="setSmartQuotesType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="smartDashesType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SmartDashesType", PropertyType=typeof(UIKit.UITextSmartDashesType), Selector="smartDashesType", SetterSelector="setSmartDashesType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="smartInsertDeleteType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SmartInsertDeleteType", PropertyType=typeof(UIKit.UITextSmartInsertDeleteType), Selector="smartInsertDeleteType", SetterSelector="setSmartInsertDeleteType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="passwordRules", IsProperty=true, IsRequired=false, IsStatic=false, Name="PasswordRules", PropertyType=typeof(UIKit.UITextInputPasswordRules), Selector="passwordRules", SetterSelector="setPasswordRules:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="inlinePredictionType", IsProperty=true, IsRequired=false, IsStatic=false, Name="InlinePredictionType", PropertyType=typeof(UIKit.UITextInlinePredictionType), Selector="inlinePredictionType", SetterSelector="setInlinePredictionType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="writingToolsBehavior", IsProperty=true, IsRequired=false, IsStatic=false, Name="WritingToolsBehavior", PropertyType=typeof(UIKit.UIWritingToolsBehavior), Selector="writingToolsBehavior", SetterSelector="setWritingToolsBehavior:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="allowedWritingToolsResultOptions", IsProperty=true, IsRequired=false, IsStatic=false, Name="AllowedWritingToolsResultOptions", PropertyType=typeof(UIKit.UIWritingToolsResultOptions), Selector="allowedWritingToolsResultOptions", SetterSelector="setAllowedWritingToolsResultOptions:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="mathExpressionCompletionType", IsProperty=true, IsRequired=false, IsStatic=false, Name="MathExpressionCompletionType", PropertyType=typeof(UIKit.UITextMathExpressionCompletionType), Selector="mathExpressionCompletionType", SetterSelector="setMathExpressionCompletionType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="conversationContext", IsProperty=true, IsRequired=false, IsStatic=false, Name="ConversationContext", PropertyType=typeof(UIKit.UIConversationContext), Selector="conversationContext", SetterSelector="setConversationContext:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="allowsNumberPadPopover", IsProperty=true, IsRequired=false, IsStatic=false, Name="AllowsNumberPadPopover", PropertyType=typeof(System.Boolean), Selector="allowsNumberPadPopover", SetterSelector="setAllowsNumberPadPopover:")>]
type IUITextInputTraits = interface
    interface INativeObject
    interface IDisposable
[<Foundation.Protocol(Name="UITextInputTraits", WrapperType=typeof(UIKit.UITextInputTraitsWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="autocapitalizationType", IsProperty=true, IsRequired=false, IsStatic=false, Name="AutocapitalizationType", PropertyType=typeof(UIKit.UITextAutocapitalizationType), Selector="autocapitalizationType", SetterSelector="setAutocapitalizationType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="autocorrectionType", IsProperty=true, IsRequired=false, IsStatic=false, Name="AutocorrectionType", PropertyType=typeof(UIKit.UITextAutocorrectionType), Selector="autocorrectionType", SetterSelector="setAutocorrectionType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="keyboardType", IsProperty=true, IsRequired=false, IsStatic=false, Name="KeyboardType", PropertyType=typeof(UIKit.UIKeyboardType), Selector="keyboardType", SetterSelector="setKeyboardType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="keyboardAppearance", IsProperty=true, IsRequired=false, IsStatic=false, Name="KeyboardAppearance", PropertyType=typeof(UIKit.UIKeyboardAppearance), Selector="keyboardAppearance", SetterSelector="setKeyboardAppearance:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="returnKeyType", IsProperty=true, IsRequired=false, IsStatic=false, Name="ReturnKeyType", PropertyType=typeof(UIKit.UIReturnKeyType), Selector="returnKeyType", SetterSelector="setReturnKeyType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="enablesReturnKeyAutomatically", IsProperty=true, IsRequired=false, IsStatic=false, Name="EnablesReturnKeyAutomatically", PropertyType=typeof(System.Boolean), Selector="enablesReturnKeyAutomatically", SetterSelector="setEnablesReturnKeyAutomatically:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isSecureTextEntry", IsProperty=true, IsRequired=false, IsStatic=false, Name="SecureTextEntry", PropertyType=typeof(System.Boolean), Selector="secureTextEntry", SetterSelector="setSecureTextEntry:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="spellCheckingType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SpellCheckingType", PropertyType=typeof(UIKit.UITextSpellCheckingType), Selector="spellCheckingType", SetterSelector="setSpellCheckingType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="textContentType", IsProperty=true, IsRequired=false, IsStatic=false, Name="TextContentType", PropertyType=typeof(Foundation.NSString), Selector="textContentType", SetterSelector="setTextContentType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="smartQuotesType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SmartQuotesType", PropertyType=typeof(UIKit.UITextSmartQuotesType), Selector="smartQuotesType", SetterSelector="setSmartQuotesType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="smartDashesType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SmartDashesType", PropertyType=typeof(UIKit.UITextSmartDashesType), Selector="smartDashesType", SetterSelector="setSmartDashesType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="smartInsertDeleteType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SmartInsertDeleteType", PropertyType=typeof(UIKit.UITextSmartInsertDeleteType), Selector="smartInsertDeleteType", SetterSelector="setSmartInsertDeleteType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="passwordRules", IsProperty=true, IsRequired=false, IsStatic=false, Name="PasswordRules", PropertyType=typeof(UIKit.UITextInputPasswordRules), Selector="passwordRules", SetterSelector="setPasswordRules:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="inlinePredictionType", IsProperty=true, IsRequired=false, IsStatic=false, Name="InlinePredictionType", PropertyType=typeof(UIKit.UITextInlinePredictionType), Selector="inlinePredictionType", SetterSelector="setInlinePredictionType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="writingToolsBehavior", IsProperty=true, IsRequired=false, IsStatic=false, Name="WritingToolsBehavior", PropertyType=typeof(UIKit.UIWritingToolsBehavior), Selector="writingToolsBehavior", SetterSelector="setWritingToolsBehavior:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="allowedWritingToolsResultOptions", IsProperty=true, IsRequired=false, IsStatic=false, Name="AllowedWritingToolsResultOptions", PropertyType=typeof(UIKit.UIWritingToolsResultOptions), Selector="allowedWritingToolsResultOptions", SetterSelector="setAllowedWritingToolsResultOptions:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="mathExpressionCompletionType", IsProperty=true, IsRequired=false, IsStatic=false, Name="MathExpressionCompletionType", PropertyType=typeof(UIKit.UITextMathExpressionCompletionType), Selector="mathExpressionCompletionType", SetterSelector="setMathExpressionCompletionType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="allowsNumberPadPopover", IsProperty=true, IsRequired=false, IsStatic=false, Name="AllowsNumberPadPopover", PropertyType=typeof(System.Boolean), Selector="allowsNumberPadPopover", SetterSelector="setAllowsNumberPadPopover:")>]
type IUITextInputTraits = interface
    interface INativeObject
    interface IDisposable
[<Foundation.Protocol(Name="UITextInputTraits", WrapperType=typeof(UIKit.UITextInputTraitsWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="autocapitalizationType", IsProperty=true, IsRequired=false, IsStatic=false, Name="AutocapitalizationType", PropertyType=typeof(UIKit.UITextAutocapitalizationType), Selector="autocapitalizationType", SetterSelector="setAutocapitalizationType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="autocorrectionType", IsProperty=true, IsRequired=false, IsStatic=false, Name="AutocorrectionType", PropertyType=typeof(UIKit.UITextAutocorrectionType), Selector="autocorrectionType", SetterSelector="setAutocorrectionType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="keyboardType", IsProperty=true, IsRequired=false, IsStatic=false, Name="KeyboardType", PropertyType=typeof(UIKit.UIKeyboardType), Selector="keyboardType", SetterSelector="setKeyboardType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="keyboardAppearance", IsProperty=true, IsRequired=false, IsStatic=false, Name="KeyboardAppearance", PropertyType=typeof(UIKit.UIKeyboardAppearance), Selector="keyboardAppearance", SetterSelector="setKeyboardAppearance:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="returnKeyType", IsProperty=true, IsRequired=false, IsStatic=false, Name="ReturnKeyType", PropertyType=typeof(UIKit.UIReturnKeyType), Selector="returnKeyType", SetterSelector="setReturnKeyType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="enablesReturnKeyAutomatically", IsProperty=true, IsRequired=false, IsStatic=false, Name="EnablesReturnKeyAutomatically", PropertyType=typeof(System.Boolean), Selector="enablesReturnKeyAutomatically", SetterSelector="setEnablesReturnKeyAutomatically:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isSecureTextEntry", IsProperty=true, IsRequired=false, IsStatic=false, Name="SecureTextEntry", PropertyType=typeof(System.Boolean), Selector="secureTextEntry", SetterSelector="setSecureTextEntry:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="spellCheckingType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SpellCheckingType", PropertyType=typeof(UIKit.UITextSpellCheckingType), Selector="spellCheckingType", SetterSelector="setSpellCheckingType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="textContentType", IsProperty=true, IsRequired=false, IsStatic=false, Name="TextContentType", PropertyType=typeof(Foundation.NSString), Selector="textContentType", SetterSelector="setTextContentType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="smartQuotesType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SmartQuotesType", PropertyType=typeof(UIKit.UITextSmartQuotesType), Selector="smartQuotesType", SetterSelector="setSmartQuotesType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="smartDashesType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SmartDashesType", PropertyType=typeof(UIKit.UITextSmartDashesType), Selector="smartDashesType", SetterSelector="setSmartDashesType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="smartInsertDeleteType", IsProperty=true, IsRequired=false, IsStatic=false, Name="SmartInsertDeleteType", PropertyType=typeof(UIKit.UITextSmartInsertDeleteType), Selector="smartInsertDeleteType", SetterSelector="setSmartInsertDeleteType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="passwordRules", IsProperty=true, IsRequired=false, IsStatic=false, Name="PasswordRules", PropertyType=typeof(UIKit.UITextInputPasswordRules), Selector="passwordRules", SetterSelector="setPasswordRules:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="inlinePredictionType", IsProperty=true, IsRequired=false, IsStatic=false, Name="InlinePredictionType", PropertyType=typeof(UIKit.UITextInlinePredictionType), Selector="inlinePredictionType", SetterSelector="setInlinePredictionType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="mathExpressionCompletionType", IsProperty=true, IsRequired=false, IsStatic=false, Name="MathExpressionCompletionType", PropertyType=typeof(UIKit.UITextMathExpressionCompletionType), Selector="mathExpressionCompletionType", SetterSelector="setMathExpressionCompletionType:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="allowsNumberPadPopover", IsProperty=true, IsRequired=false, IsStatic=false, Name="AllowsNumberPadPopover", PropertyType=typeof(System.Boolean), Selector="allowsNumberPadPopover", SetterSelector="setAllowsNumberPadPopover:")>]
type IUITextInputTraits = interface
    interface INativeObject
    interface IDisposable
Abgeleitet
Attribute
Implementiert

Eigenschaften

Name Beschreibung
AllowedWritingToolsResultOptions

Eine Schnittstelle, die von UITextField und UITextView mit allgemeinen Eingabemerkmalen implementiert wird.

AllowsNumberPadPopover

Eine Schnittstelle, die von UITextField und UITextView mit allgemeinen Eingabemerkmalen implementiert wird.

AutocapitalizationType

Die UITextAutocapitalizationType von der IUITextInput.

AutocorrectionType

Die UITextAutocorrectionType von der IUITextInput.

ConversationContext

Eine Schnittstelle, die von UITextField und UITextView mit allgemeinen Eingabemerkmalen implementiert wird.

EnablesReturnKeyAutomatically

Gibt an, ob die Rückgabetaste automatisch aktiviert ist.

Handle

Handle (Zeiger) auf die nicht verwaltete Objektdarstellung.

(Geerbt von INativeObject)
InlinePredictionType

Eine Schnittstelle, die von UITextField und UITextView mit allgemeinen Eingabemerkmalen implementiert wird.

KeyboardAppearance

Die UIKeyboardAppearance von der IUITextInput

KeyboardType

Die UIKeyboardType von der IUITextInput.

MathExpressionCompletionType

Eine Schnittstelle, die von UITextField und UITextView mit allgemeinen Eingabemerkmalen implementiert wird.

PasswordRules

Die Kennworteingaberegeln.

ReturnKeyType

Das Formular des Rückgabeschlüssels für die IUITextInput.

SecureTextEntry

Gibt an, ob der eingegebene Text ausgeblendet werden soll.

SmartDashesType

Die Formatvorlage für intelligente Striche.

SmartInsertDeleteType

Die Formatvorlage für intelligentes Einfügen.

SmartQuotesType

Die Formatvorlage für intelligente Anführungszeichen.

SpellCheckingType

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die Rechtschreibprüfung aktiviert, deaktiviert ist oder ob die Rechtschreibprüfung nur aktiviert ist, wenn autovervollständigen aktiviert ist (Standard).

TextContentType

Die Semantik der erwarteten Eingabe, mit der das System beispielsweise benutzerdefinierte Tastaturen bereitstellen kann.

WritingToolsBehavior

Eine Schnittstelle, die von UITextField und UITextView mit allgemeinen Eingabemerkmalen implementiert wird.

Erweiterungsmethoden

Name Beschreibung
GetAllowedWritingToolsResultOptions(IUITextInputTraits)

Eine Schnittstelle, die von UITextField und UITextView mit allgemeinen Eingabemerkmalen implementiert wird.

GetAllowsNumberPadPopover(IUITextInputTraits)

Eine Schnittstelle, die von UITextField und UITextView mit allgemeinen Eingabemerkmalen implementiert wird.

GetAutocapitalizationType(IUITextInputTraits)

Die UITextAutocapitalizationType von der IUITextInput.

GetAutocorrectionType(IUITextInputTraits)

Die UITextAutocorrectionType von der IUITextInput.

GetConversationContext(IUITextInputTraits)

Eine Schnittstelle, die von UITextField und UITextView mit allgemeinen Eingabemerkmalen implementiert wird.

GetEnablesReturnKeyAutomatically(IUITextInputTraits)

Gibt an, ob die Rückgabetaste automatisch aktiviert ist.

GetHandle(INativeObject)

Eine Schnittstelle, die von UITextField und UITextView mit allgemeinen Eingabemerkmalen implementiert wird.

GetInlinePredictionType(IUITextInputTraits)

Eine Schnittstelle, die von UITextField und UITextView mit allgemeinen Eingabemerkmalen implementiert wird.

GetKeyboardAppearance(IUITextInputTraits)

Die UIKeyboardAppearance von der IUITextInput

GetKeyboardType(IUITextInputTraits)

Die UIKeyboardType von der IUITextInput.

GetMathExpressionCompletionType(IUITextInputTraits)

Eine Schnittstelle, die von UITextField und UITextView mit allgemeinen Eingabemerkmalen implementiert wird.

GetNonNullHandle(INativeObject, String)

Eine Schnittstelle, die von UITextField und UITextView mit allgemeinen Eingabemerkmalen implementiert wird.

GetPasswordRules(IUITextInputTraits)

Die Kennworteingaberegeln.

GetReturnKeyType(IUITextInputTraits)

Das Formular des Rückgabeschlüssels für die IUITextInput.

GetSecureTextEntry(IUITextInputTraits)

Gibt an, ob der eingegebene Text ausgeblendet werden soll.

GetSmartDashesType(IUITextInputTraits)

Die Formatvorlage für intelligente Striche.

GetSmartInsertDeleteType(IUITextInputTraits)

Die Formatvorlage für intelligentes Einfügen.

GetSmartQuotesType(IUITextInputTraits)

Die Formatvorlage für intelligente Anführungszeichen.

GetSpellCheckingType(IUITextInputTraits)

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die Rechtschreibprüfung aktiviert, deaktiviert ist oder ob die Rechtschreibprüfung nur aktiviert ist, wenn autovervollständigen aktiviert ist (Standard).

GetTextContentType(IUITextInputTraits)

Die Semantik der erwarteten Eingabe, mit der das System beispielsweise benutzerdefinierte Tastaturen bereitstellen kann.

GetWritingToolsBehavior(IUITextInputTraits)

Eine Schnittstelle, die von UITextField und UITextView mit allgemeinen Eingabemerkmalen implementiert wird.

SetAllowedWritingToolsResultOptions(IUITextInputTraits, UIWritingToolsResultOptions)

Eine Schnittstelle, die von UITextField und UITextView mit allgemeinen Eingabemerkmalen implementiert wird.

SetAllowsNumberPadPopover(IUITextInputTraits, Boolean)

Eine Schnittstelle, die von UITextField und UITextView mit allgemeinen Eingabemerkmalen implementiert wird.

SetAutocapitalizationType(IUITextInputTraits, UITextAutocapitalizationType)

Die UITextAutocapitalizationType von der IUITextInput.

SetAutocorrectionType(IUITextInputTraits, UITextAutocorrectionType)

Die UITextAutocorrectionType von der IUITextInput.

SetConversationContext(IUITextInputTraits, UIConversationContext)

Eine Schnittstelle, die von UITextField und UITextView mit allgemeinen Eingabemerkmalen implementiert wird.

SetEnablesReturnKeyAutomatically(IUITextInputTraits, Boolean)

Gibt an, ob die Rückgabetaste automatisch aktiviert ist.

SetInlinePredictionType(IUITextInputTraits, UITextInlinePredictionType)

Eine Schnittstelle, die von UITextField und UITextView mit allgemeinen Eingabemerkmalen implementiert wird.

SetKeyboardAppearance(IUITextInputTraits, UIKeyboardAppearance)

Die UIKeyboardAppearance von der IUITextInput

SetKeyboardType(IUITextInputTraits, UIKeyboardType)

Die UIKeyboardType von der IUITextInput.

SetMathExpressionCompletionType(IUITextInputTraits, UITextMathExpressionCompletionType)

Eine Schnittstelle, die von UITextField und UITextView mit allgemeinen Eingabemerkmalen implementiert wird.

SetPasswordRules(IUITextInputTraits, UITextInputPasswordRules)

Die Kennworteingaberegeln.

SetReturnKeyType(IUITextInputTraits, UIReturnKeyType)

Das Formular des Rückgabeschlüssels für die IUITextInput.

SetSecureTextEntry(IUITextInputTraits, Boolean)

Gibt an, ob der eingegebene Text ausgeblendet werden soll.

SetSmartDashesType(IUITextInputTraits, UITextSmartDashesType)

Die Formatvorlage für intelligente Striche.

SetSmartInsertDeleteType(IUITextInputTraits, UITextSmartInsertDeleteType)

Die Formatvorlage für intelligentes Einfügen.

SetSmartQuotesType(IUITextInputTraits, UITextSmartQuotesType)

Die Formatvorlage für intelligente Anführungszeichen.

SetSpellCheckingType(IUITextInputTraits, UITextSpellCheckingType)

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die Rechtschreibprüfung aktiviert, deaktiviert ist oder ob die Rechtschreibprüfung nur aktiviert ist, wenn autovervollständigen aktiviert ist (Standard).

SetTextContentType(IUITextInputTraits, NSString)

Die Semantik der erwarteten Eingabe, mit der das System beispielsweise benutzerdefinierte Tastaturen bereitstellen kann.

SetWritingToolsBehavior(IUITextInputTraits, UIWritingToolsBehavior)

Eine Schnittstelle, die von UITextField und UITextView mit allgemeinen Eingabemerkmalen implementiert wird.

Gilt für: