SetText メソッド (SLPasswordBox)
クラス
SLPasswordBox
.
処理
パスワード フィールド内のテキストを指定したテキストで置換します。
構文
C#
passwordBox
.
SetText
(
text
)
VB
passwordBox
.
SetText
(
text
)
変数
説明
text
新しいテキスト。
String
。