PasswordPropertyTextAttribute コンストラクター

定義

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

オーバーロード

PasswordPropertyTextAttribute()

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

PasswordPropertyTextAttribute(Boolean)

PasswordPropertyTextAttribute クラスの新しいインスタンスを初期化して、オプションでパスワード テキストを示します。

PasswordPropertyTextAttribute()

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

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

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

適用対象

PasswordPropertyTextAttribute(Boolean)

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

適用対象