Freigeben über


UISearchBar.PasswordRules Eigenschaft

Definition

Ruft die Kennwortregeln für die Eingabe von Kennwörtern in der UITextView ab oder legt diese fest.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UITextInputPasswordRules PasswordRules { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("passwordRules", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setPasswordRules:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.PasswordRules : UIKit.UITextInputPasswordRules with get, set

Eigenschaftswert

Die Kennwortregeln für die Eingabe von Kennwörtern in der UITextView.

Attribute

Gilt für:

Weitere Informationen