VpnManagementAgent.AddProfileFromObjectAsync(IVpnProfile) Método

Definição

Cria um novo perfil VPN com base no objeto de entrada VpnProfile.

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

Parâmetros

profile
IVpnProfile

Um objeto VpnProfile.

Retornos

Um valor de enumeração que indica o status do erro.

Atributos

Requisitos do Windows

Funcionalidades do aplicativo
networkingVpnProvider

Aplica-se a