다음을 통해 공유


SocialFeedSharedItem.Content 속성

정의

공유 항목과 연결된 SocialFeedContent 개체를 가져옵니다.

public:
 property SocialFeedContent ^ Content { SocialFeedContent ^ get(); };
SocialFeedContent Content();
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialFeedSharedItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
SocialFeedContent Content();
public SocialFeedContent Content { get; }
public SocialFeedContent Content { [Windows.Foundation.Metadata.Deprecated("ISocialFeedSharedItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")] get; }
var socialFeedContent = socialFeedSharedItem.content;
Public ReadOnly Property Content As SocialFeedContent

속성 값

공유 항목과 연결된 SocialFeedContent 개체입니다.

특성

적용 대상