MaskedTextProvider.DefaultPasswordChar 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用模糊的使用者輸入輸入預設密碼字元。
public:
static property char DefaultPasswordChar { char get(); };
public static char DefaultPasswordChar { get; }
static member DefaultPasswordChar : char
Public Shared ReadOnly Property DefaultPasswordChar As Char
屬性值
A Char 代表預設密碼字元。
備註
DefaultPasswordChar該性質在類別中定義MaskedTextProvider為星號字元(*)。