PasswordBox.PasswordChar プロパティ

定義

PasswordBox のマスク文字を取得または設定します。

public:
 property Platform::String ^ PasswordChar { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring PasswordChar();

void PasswordChar(winrt::hstring value);
public string PasswordChar { get; set; }
var string = passwordBox.passwordChar;
passwordBox.passwordChar = string;
Public Property PasswordChar As String
<PasswordBox PasswordChar="char"/>

プロパティ値

String

Platform::String

winrt::hstring

ユーザーが PasswordBox にテキストを入力したときにエコーするマスク文字。 既定値は行頭文字 (●) です。

適用対象