VpnCustomPromptTextInput.Text プロパティ

定義

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

public:
 property Platform::String ^ Text { Platform::String ^ get(); };
winrt::hstring Text();
public string Text { get; }
var string = vpnCustomPromptTextInput.text;
Public ReadOnly Property Text As String

プロパティ値

String

Platform::String

winrt::hstring

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

Windows の要件

アプリの機能
networkingVpnProvider

適用対象