次の方法で共有


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 オブジェクト。

属性

適用対象