SocialDashboardItemUpdater.Content 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 a SocialFeedContent object which can be updated.
public:
property SocialFeedContent ^ Content { SocialFeedContent ^ get(); };
SocialFeedContent Content();
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialDashboardItemUpdater 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 Content();
public SocialFeedContent Content { get; }
public SocialFeedContent Content { [Windows.Foundation.Metadata.Deprecated("ISocialDashboardItemUpdater 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 = socialDashboardItemUpdater.content;
Public ReadOnly Property Content As SocialFeedContent
Property Value
A SocialFeedContent object which can be updated.
- Attributes