SocialInfoProviderManager.DeprovisionAsync 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.
Hebt die Bereitstellung einer App von der Erweiterbarkeit sozialer Medien ab.
public:
static IAsyncAction ^ DeprovisionAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction DeprovisionAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
static IAsyncAction DeprovisionAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction DeprovisionAsync();
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
public static IAsyncAction DeprovisionAsync();
function deprovisionAsync()
Public Shared Function DeprovisionAsync () As IAsyncAction
Gibt zurück
Eine asynchrone Aktion, die angibt, dass der Vorgang abgeschlossen wurde.
- Attribute