VpnCustomPromptTextInput.PlaceholderText プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テキスト入力 UI 要素にユーザーが入力したテキストが含まれていない場合に灰色表示として表示されるテキストを取得または設定します。 サンプル テキストを使用できます。
public:
property Platform::String ^ PlaceholderText { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring PlaceholderText();
void PlaceholderText(winrt::hstring value);
public string PlaceholderText { get; set; }
var string = vpnCustomPromptTextInput.placeholderText;
vpnCustomPromptTextInput.placeholderText = string;
Public Property PlaceholderText As String
プロパティ値
テキスト入力 UI 要素にユーザーが入力したテキストが含まれていない場合に灰色表示として表示されるサンプル テキスト。
Windows の要件
アプリの機能 |
networkingVpnProvider
|