次の方法で共有


VpnAppId(VpnAppIdType, String) コンストラクター

定義

指定したアプリ ID と種類を持つ VpnAppId オブジェクトを作成します。

public:
 VpnAppId(VpnAppIdType type, Platform::String ^ value);
 VpnAppId(VpnAppIdType const& type, winrt::hstring const& value);
public VpnAppId(VpnAppIdType type, string value);
function VpnAppId(type, value)
Public Sub New (type As VpnAppIdType, value As String)

パラメーター

type
VpnAppIdType

作成するアプリ ID の種類。

value
String

Platform::String

winrt::hstring

作成するアプリ ID の値。 値は、指定された 値に対して正しい必要があります。

Windows の要件

アプリの機能
networkingVpnProvider

適用対象