WebAccountManager.ClearPerUserFromPerAppAccountAsync(WebAccount) 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.
Löscht die Verknüpfung zwischen Benutzer- und App-Webkonten.
public:
static IAsyncAction ^ ClearPerUserFromPerAppAccountAsync(WebAccount ^ perAppAccount);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction ClearPerUserFromPerAppAccountAsync(WebAccount const& perAppAccount);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction ClearPerUserFromPerAppAccountAsync(WebAccount perAppAccount);
function clearPerUserFromPerAppAccountAsync(perAppAccount)
Public Shared Function ClearPerUserFromPerAppAccountAsync (perAppAccount As WebAccount) As IAsyncAction
Parameter
- perAppAccount
- WebAccount
Das zu löschende App-Webkonto.
Gibt zurück
Diese Methode gibt keinen Wert zurück.
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)
|