次の方法で共有


VpnCustomPromptTextInput.DisplayName プロパティ

定義

テキスト入力 UI 要素のテキスト ラベルを取得または設定します。

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

void DisplayName(winrt::hstring value);
public string DisplayName { get; set; }
var string = vpnCustomPromptTextInput.displayName;
vpnCustomPromptTextInput.displayName = string;
Public Property DisplayName As String

プロパティ値

String

Platform::String

winrt::hstring

テキスト入力 UI 要素のテキスト ラベル。

実装

Windows の要件

アプリの機能
networkingVpnProvider

適用対象