Partager via


UITextView.PasswordRules Propriété

Définition

Obtient ou définit les règles de mot de passe pour la saisie de mots de passe dans l’UITextView.

[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

Valeur de propriété

Règles de mot de passe pour la saisie de mots de passe dans uiTextView.

Attributs

Remarques

La règle fournie est appliquée uniquement si SecureTextEntry a la valeur true.

S’applique à

Voir aussi