VpnCustomEditBox.Label 属性

定义

不支持。

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

void Label(winrt::hstring value);
public string Label { get; set; }
var string = vpnCustomEditBox.label;
vpnCustomEditBox.label = string;
Public Property Label As String

属性值

String

Platform::String

winrt::hstring

不支持。

实现

Windows 要求

应用功能
networkingVpnProvider

适用于