SocialFeedChildItem.SecondaryContent Property

Definition

Gets the secondary SocialFeedContent object associated with the child item.

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

Property Value

The secondary SocialFeedContent object associated with the child item.

Attributes

Applies to