PasswordPropertyTextAttribute コンストラクター

定義

PasswordPropertyTextAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
PasswordPropertyTextAttribute()

PasswordPropertyTextAttribute クラスの新しいインスタンスを初期化します。

PasswordPropertyTextAttribute(Boolean)

必要に応じてパスワード テキストを表示して、 PasswordPropertyTextAttribute クラスの新しいインスタンスを初期化します。

PasswordPropertyTextAttribute()

ソース:
PasswordPropertyTextAttribute.cs
ソース:
PasswordPropertyTextAttribute.cs
ソース:
PasswordPropertyTextAttribute.cs
ソース:
PasswordPropertyTextAttribute.cs
ソース:
PasswordPropertyTextAttribute.cs

PasswordPropertyTextAttribute クラスの新しいインスタンスを初期化します。

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

適用対象

PasswordPropertyTextAttribute(Boolean)

ソース:
PasswordPropertyTextAttribute.cs
ソース:
PasswordPropertyTextAttribute.cs
ソース:
PasswordPropertyTextAttribute.cs
ソース:
PasswordPropertyTextAttribute.cs
ソース:
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 です。

適用対象