PasswordPropertyTextAttribute Konstruktorok

Definíció

Inicializálja a PasswordPropertyTextAttribute osztály új példányát.

Túlterhelések

Name Description
PasswordPropertyTextAttribute()

Inicializálja a PasswordPropertyTextAttribute osztály új példányát.

PasswordPropertyTextAttribute(Boolean)

Inicializálja az osztály új példányát, opcionálisan megjelenítve a PasswordPropertyTextAttribute jelszó szövegét.

PasswordPropertyTextAttribute()

Forrás:
PasswordPropertyTextAttribute.cs
Forrás:
PasswordPropertyTextAttribute.cs
Forrás:
PasswordPropertyTextAttribute.cs
Forrás:
PasswordPropertyTextAttribute.cs
Forrás:
PasswordPropertyTextAttribute.cs

Inicializálja a PasswordPropertyTextAttribute osztály új példányát.

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

A következőre érvényes:

PasswordPropertyTextAttribute(Boolean)

Forrás:
PasswordPropertyTextAttribute.cs
Forrás:
PasswordPropertyTextAttribute.cs
Forrás:
PasswordPropertyTextAttribute.cs
Forrás:
PasswordPropertyTextAttribute.cs
Forrás:
PasswordPropertyTextAttribute.cs

Inicializálja az osztály új példányát, opcionálisan megjelenítve a PasswordPropertyTextAttribute jelszó szövegét.

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

Paraméterek

password
Boolean

trueannak jelzésére, hogy a tulajdonságnak jelszószövegként kell megjelennie; egyéb esetben. false Az alapértelmezett érték a false.

A következőre érvényes: