SocialFeedChildItem.PrimaryContent 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 primary SocialFeedContent object associated with the child item.
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
Property Value
The primary SocialFeedContent object associated with the child item.
- Attributes