SocialInfoProviderManager.ProvisionAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provisions the app to use social media extensibility.
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)
Returns
A Boolean value indicating if the operation was successful.
- Attributes