VpnManagementAgent.AddProfileFromObjectAsync(IVpnProfile) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
|