PasswordPropertyTextAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy PasswordPropertyTextAttribute.

Przeciążenia

PasswordPropertyTextAttribute()

Inicjuje nowe wystąpienie klasy PasswordPropertyTextAttribute.

PasswordPropertyTextAttribute(Boolean)

Inicjuje PasswordPropertyTextAttribute nowe wystąpienie klasy, opcjonalnie wyświetla tekst hasła.

PasswordPropertyTextAttribute()

Źródło:
PasswordPropertyTextAttribute.cs
Źródło:
PasswordPropertyTextAttribute.cs
Źródło:
PasswordPropertyTextAttribute.cs

Inicjuje nowe wystąpienie klasy PasswordPropertyTextAttribute.

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

Dotyczy

PasswordPropertyTextAttribute(Boolean)

Źródło:
PasswordPropertyTextAttribute.cs
Źródło:
PasswordPropertyTextAttribute.cs
Źródło:
PasswordPropertyTextAttribute.cs

Inicjuje PasswordPropertyTextAttribute nowe wystąpienie klasy, opcjonalnie wyświetla tekst hasła.

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

true aby wskazać, że właściwość powinna być wyświetlana jako tekst hasła; w przeciwnym razie , false. Wartość domyślna to false.

Dotyczy