Partager via


VpnManagementAgent.AddProfileFromObjectAsync(IVpnProfile) Méthode

Définition

Crée un profil VPN basé sur l’objet d’entrée 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)

Paramètres

profile
IVpnProfile

Objet VpnProfile.

Retours

Valeur d’énumération indiquant l’état d’erreur.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
networkingVpnProvider

S’applique à