次の方法で共有


SocialFeedChildItem.SecondaryContent プロパティ

定義

子項目に関連付けられているセカンダリ SocialFeedContent オブジェクトを取得します。

public:
 property SocialFeedContent ^ SecondaryContent { SocialFeedContent ^ get(); };
SocialFeedContent SecondaryContent();
/// [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 SecondaryContent();
public SocialFeedContent SecondaryContent { get; }
public SocialFeedContent SecondaryContent { [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.secondaryContent;
Public ReadOnly Property SecondaryContent As SocialFeedContent

プロパティ値

子項目に関連付けられているセカンダリ SocialFeedContent オブジェクト。

属性

適用対象