PasswordPropertyTextAttribute Konstruktory

Definice

Inicializuje novou instanci PasswordPropertyTextAttribute třídy.

Přetížení

PasswordPropertyTextAttribute()

Inicializuje novou instanci PasswordPropertyTextAttribute třídy.

PasswordPropertyTextAttribute(Boolean)

Inicializuje novou instanci PasswordPropertyTextAttribute třídy, volitelně zobrazí text hesla.

PasswordPropertyTextAttribute()

Zdroj:
PasswordPropertyTextAttribute.cs
Zdroj:
PasswordPropertyTextAttribute.cs
Zdroj:
PasswordPropertyTextAttribute.cs

Inicializuje novou instanci PasswordPropertyTextAttribute třídy.

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

Platí pro

PasswordPropertyTextAttribute(Boolean)

Zdroj:
PasswordPropertyTextAttribute.cs
Zdroj:
PasswordPropertyTextAttribute.cs
Zdroj:
PasswordPropertyTextAttribute.cs

Inicializuje novou instanci PasswordPropertyTextAttribute třídy, volitelně zobrazí text hesla.

public:
 PasswordPropertyTextAttribute(bool password);
public PasswordPropertyTextAttribute (bool password);
new System.ComponentModel.PasswordPropertyTextAttribute : bool -> System.ComponentModel.PasswordPropertyTextAttribute
Public Sub New (password As Boolean)

Parametry

password
Boolean

truepro označení, že vlastnost by měla být zobrazena jako text hesla; v opačném případě . false Výchozí formát je false.

Platí pro