Поделиться через


SocialInfoProviderManager.ReportNewContentAvailable Метод

Определение

Оповещает систему о том, что в этом приложении доступно новое содержимое социальных сетей.

public:
 static void ReportNewContentAvailable(Platform::String ^ contactRemoteId, SocialFeedKind kind);
 static void ReportNewContentAvailable(winrt::hstring const& contactRemoteId, SocialFeedKind const& kind);
/// [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 void ReportNewContentAvailable(winrt::hstring const& contactRemoteId, SocialFeedKind const& kind);
public static void ReportNewContentAvailable(string contactRemoteId, SocialFeedKind kind);
[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 void ReportNewContentAvailable(string contactRemoteId, SocialFeedKind kind);
function reportNewContentAvailable(contactRemoteId, kind)
Public Shared Sub ReportNewContentAvailable (contactRemoteId As String, kind As SocialFeedKind)

Параметры

contactRemoteId
String

Platform::String

winrt::hstring

Идентификатор, определяющий пользователя в системе поставщика.

kind
SocialFeedKind

Тип веб-канала социальных сетей.

Атрибуты

Применяется к