PasswordBox.PasswordChar Eigenschaft

Definition

Ruft das Maskierungszeichen für passwordBox ab oder legt es fest.

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"/>

Eigenschaftswert

String

Platform::String

winrt::hstring

Ein Maskierungszeichen, das wiederholt werden soll, wenn der Benutzer Text in das PasswordBox-Feld eingibt. Der Standardwert ist ein Aufzählungszeichen (●).

Gilt für: