次の方法で共有


SocialFeedChildItem.PrimaryContent プロパティ

定義

子項目に関連付けられているプライマリ SocialFeedContent オブジェクトを取得します。

public:
 property SocialFeedContent ^ PrimaryContent { SocialFeedContent ^ get(); };
SocialFeedContent PrimaryContent();
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialFeedChildItem 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 PrimaryContent();
public SocialFeedContent PrimaryContent { get; }
public SocialFeedContent PrimaryContent { [Windows.Foundation.Metadata.Deprecated("ISocialFeedChildItem 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 = socialFeedChildItem.primaryContent;
Public ReadOnly Property PrimaryContent As SocialFeedContent

プロパティ値

子項目に関連付けられているプライマリ SocialFeedContent オブジェクト。

属性

適用対象