PasswordPropertyTextAttribute Konstruktoren

Definition

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()

Quelle:
PasswordPropertyTextAttribute.cs
Quelle:
PasswordPropertyTextAttribute.cs
Quelle:
PasswordPropertyTextAttribute.cs

Initialisiert eine neue Instanz der PasswordPropertyTextAttribute-Klasse.

public:
 PasswordPropertyTextAttribute();
public PasswordPropertyTextAttribute ();
Public Sub New ()

Gilt für:

PasswordPropertyTextAttribute(Boolean)

Quelle:
PasswordPropertyTextAttribute.cs
Quelle:
PasswordPropertyTextAttribute.cs
Quelle:
PasswordPropertyTextAttribute.cs

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.

Gilt für: