UITextField.PasswordRules プロパティ

定義

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

プロパティ値

UITextView にパスワードを入力するためのパスワード規則。

属性

適用対象

こちらもご覧ください