다음을 통해 공유


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

공급자 시스템에서 사용자를 식별하는 ID입니다.

kind
SocialFeedKind

소셜 미디어 피드의 유형입니다.

특성

적용 대상