PasswordPropertyTextAttribute Konstruktory

Definice

Inicializuje novou instanci PasswordPropertyTextAttribute třídy.

Přetížení

Name Description
PasswordPropertyTextAttribute()

Inicializuje novou instanci PasswordPropertyTextAttribute třídy.

PasswordPropertyTextAttribute(Boolean)

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

PasswordPropertyTextAttribute()

Zdroj:
PasswordPropertyTextAttribute.cs
Zdroj:
PasswordPropertyTextAttribute.cs
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
Zdroj:
PasswordPropertyTextAttribute.cs
Zdroj:
PasswordPropertyTextAttribute.cs

Inicializuje novou instanci PasswordPropertyTextAttribute třídy, volitelně zobrazuje 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

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

Platí pro