共用方式為


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

識別提供者系統上使用者的識別碼。

傳回

新建立 的 SocialDashboardItemUpdater 物件。

屬性

適用於