SocialInfoProviderManager.CreateDashboardItemUpdaterAsync(String) 方法

定义

创建可用作任务的新 SocialDashboardItemUpdater 对象。

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)

参数

ownerRemoteId
String

Platform::String

winrt::hstring

标识提供程序系统上的用户的 ID。

返回

新创建的 SocialDashboardItemUpdater 对象。

属性

适用于