SocialFeedItem.SecondaryContent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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