Compartilhar via


SocialInfoProviderManager.CreateDashboardItemUpdaterAsync(String) Método

Definição

Cria um novo objeto SocialDashboardItemUpdater que pode ser usado como uma tarefa.

public:
 static IAsyncOperation<SocialDashboardItemUpdater ^> ^ CreateDashboardItemUpdaterAsync(Platform::String ^ ownerRemoteId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<SocialDashboardItemUpdater> CreateDashboardItemUpdaterAsync(winrt::hstring const& ownerRemoteId);
/// [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<SocialDashboardItemUpdater> CreateDashboardItemUpdaterAsync(winrt::hstring const& ownerRemoteId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<SocialDashboardItemUpdater> CreateDashboardItemUpdaterAsync(string ownerRemoteId);
[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<SocialDashboardItemUpdater> CreateDashboardItemUpdaterAsync(string ownerRemoteId);
function createDashboardItemUpdaterAsync(ownerRemoteId)
Public Shared Function CreateDashboardItemUpdaterAsync (ownerRemoteId As String) As IAsyncOperation(Of SocialDashboardItemUpdater)

Parâmetros

ownerRemoteId
String

Platform::String

winrt::hstring

A ID que identifica o usuário no sistema do provedor.

Retornos

O objeto SocialDashboardItemUpdater recém-criado.

Atributos

Aplica-se a