VpnManagementAgent.UpdateProfileFromObjectAsync(IVpnProfile) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Aktualisiert ein VPN-Profil (Virtual Private Network) basierend auf einem Eingabeobjekt.
public:
virtual IAsyncOperation<VpnManagementErrorStatus> ^ UpdateProfileFromObjectAsync(IVpnProfile ^ profile) = UpdateProfileFromObjectAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<VpnManagementErrorStatus> UpdateProfileFromObjectAsync(IVpnProfile const& profile);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<VpnManagementErrorStatus> UpdateProfileFromObjectAsync(IVpnProfile profile);
function updateProfileFromObjectAsync(profile)
Public Function UpdateProfileFromObjectAsync (profile As IVpnProfile) As IAsyncOperation(Of VpnManagementErrorStatus)
Parameter
- profile
- IVpnProfile
Ein VPN-Profilobjekt – ein Objekt, das die IVpnProfile Schnittstelle implementiert, z. B. VpnNativeProfile- oder VpnPlugInProfile-.
Gibt zurück
Ein Enumerationswert, der den Fehlerstatus angibt.
- Attribute
Windows-Anforderungen
App-Funktionen |
networkingVpnProvider
|
Hinweise
Eine UWP-VPN-App (Universelle Windows-Plattform) kann nur pro App-Profile aktualisiert werden. es kann kein anderes VPN-Profil aktualisieren. Eine App, die versucht, ein Benutzerprofil zu ändern, kann stattdessen ein App-Profil erstellen oder ändern; Das neue App-Profil hat denselben Namen wie das benutzerspezifische Profil.