次の方法で共有


VpnManagementAgent.ConnectProfileAsync(IVpnProfile) メソッド

定義

既存の VPN プロファイルに接続します。

public:
 virtual IAsyncOperation<VpnManagementErrorStatus> ^ ConnectProfileAsync(IVpnProfile ^ profile) = ConnectProfileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<VpnManagementErrorStatus> ConnectProfileAsync(IVpnProfile const& profile);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<VpnManagementErrorStatus> ConnectProfileAsync(IVpnProfile profile);
function connectProfileAsync(profile)
Public Function ConnectProfileAsync (profile As IVpnProfile) As IAsyncOperation(Of VpnManagementErrorStatus)

パラメーター

profile
IVpnProfile

VpnProfile オブジェクト。

戻り値

エラーの状態を示す列挙値。

属性

Windows の要件

アプリの機能
networkingVpnProvider

適用対象