PasswordPropertyTextAttribute Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der PasswordPropertyTextAttribute-Klasse.
Überlädt
PasswordPropertyTextAttribute() |
Initialisiert eine neue Instanz der PasswordPropertyTextAttribute-Klasse. |
PasswordPropertyTextAttribute(Boolean) |
Initialisiert eine neue Instanz der PasswordPropertyTextAttribute-Klasse, wobei optional Kennworttext angezeigt wird. |
PasswordPropertyTextAttribute()
Initialisiert eine neue Instanz der PasswordPropertyTextAttribute-Klasse.
public:
PasswordPropertyTextAttribute();
public PasswordPropertyTextAttribute ();
Public Sub New ()
Gilt für:
PasswordPropertyTextAttribute(Boolean)
Initialisiert eine neue Instanz der PasswordPropertyTextAttribute-Klasse, wobei optional Kennworttext angezeigt wird.
public:
PasswordPropertyTextAttribute(bool password);
public PasswordPropertyTextAttribute (bool password);
new System.ComponentModel.PasswordPropertyTextAttribute : bool -> System.ComponentModel.PasswordPropertyTextAttribute
Public Sub New (password As Boolean)
Parameter
- password
- Boolean
true
, um anzugeben, dass die Eigenschaft als Kennworttext angezeigt werden sollte; andernfalls false
. Der Standardwert ist false
.