Share via


SocialFeedItem.SecondaryContent Property

Definition

Overloads

SecondaryContent

Gets the secondary SocialFeedContent object associated with this item.

SecondaryContent

Gets the secondary SocialFeedContent object associated with this item.

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

Property Value

The secondary SocialFeedContent object associated with this item.

Attributes

Applies to