PasswordPropertyTextAttribute 생성자

정의

PasswordPropertyTextAttribute 클래스의 새 인스턴스를 초기화합니다.

오버로드

PasswordPropertyTextAttribute()

PasswordPropertyTextAttribute 클래스의 새 인스턴스를 초기화합니다.

PasswordPropertyTextAttribute(Boolean)

암호 텍스트를 선택적으로 표시하여 PasswordPropertyTextAttribute 클래스의 새 인스턴스를 초기화합니다.

PasswordPropertyTextAttribute()

Source:
PasswordPropertyTextAttribute.cs
Source:
PasswordPropertyTextAttribute.cs
Source:
PasswordPropertyTextAttribute.cs

PasswordPropertyTextAttribute 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

PasswordPropertyTextAttribute(Boolean)

Source:
PasswordPropertyTextAttribute.cs
Source:
PasswordPropertyTextAttribute.cs
Source:
PasswordPropertyTextAttribute.cs

암호 텍스트를 선택적으로 표시하여 PasswordPropertyTextAttribute 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

password
Boolean

속성이 암호 텍스트로 표시됨을 나타내려면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

적용 대상