SocialInfoProviderManager.CreateDashboardItemUpdaterAsync(String) 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.
Erstellt ein neues SocialDashboardItemUpdater-Objekt , das als Aufgabe verwendet werden kann.
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)
Parameter
- ownerRemoteId
-
String
Platform::String
winrt::hstring
Die ID, die den Benutzer im System des Anbieters identifiziert.
Gibt zurück
Das neu erstellte SocialDashboardItemUpdater-Objekt .
- Attribute