SocialInfoProviderManager.ProvisionAsync 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.
Stellt die App bereit, um die Erweiterbarkeit sozialer Medien zu verwenden.
public:
static IAsyncOperation<bool> ^ ProvisionAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<bool> ProvisionAsync();
/// [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 IAsyncOperation<bool> ProvisionAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<bool> ProvisionAsync();
[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 IAsyncOperation<bool> ProvisionAsync();
function provisionAsync()
Public Shared Function ProvisionAsync () As IAsyncOperation(Of Boolean)
Gibt zurück
Ein boolescher Wert, der angibt, ob der Vorgang erfolgreich war.
- Attribute