PasswordPropertyTextAttribute 생성자

정의

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

오버로드

Name Description
PasswordPropertyTextAttribute()

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

PasswordPropertyTextAttribute(Boolean)

필요에 따라 암호 텍스트를 표시하는 클래스의 PasswordPropertyTextAttribute 새 인스턴스를 초기화합니다.

PasswordPropertyTextAttribute()

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

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

적용 대상

PasswordPropertyTextAttribute(Boolean)

필요에 따라 암호 텍스트를 표시하는 클래스의 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입니다.

적용 대상