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

適用於