PasswordPropertyTextAttribute Konstruktorok
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
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()
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)
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.