次の方法で共有


VpnCustomPromptText.Text プロパティ

定義

テキスト入力 UI 要素に入力されたテキストを取得または設定します。

public:
 property Platform::String ^ Text { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Text();

void Text(winrt::hstring value);
public string Text { get; set; }
var string = vpnCustomPromptText.text;
vpnCustomPromptText.text = string;
Public Property Text As String

プロパティ値

String

Platform::String

winrt::hstring

テキスト入力 UI 要素に入力されたテキスト。

Windows の要件

アプリの機能
networkingVpnProvider

適用対象