次の方法で共有


VpnCustomPromptTextInput.PlaceholderText プロパティ

定義

テキスト入力 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

プロパティ値

String

Platform::String

winrt::hstring

テキスト入力 UI 要素にユーザーが入力したテキストが含まれていない場合に灰色表示として表示されるサンプル テキスト。

Windows の要件

アプリの機能
networkingVpnProvider

適用対象