SocialFeedUpdater.Items 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 list of social media feed items.
public:
property IVector<SocialFeedItem ^> ^ Items { IVector<SocialFeedItem ^> ^ get(); };
IVector<SocialFeedItem> Items();
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialFeedUpdater is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
IVector<SocialFeedItem> Items();
public IList<SocialFeedItem> Items { get; }
public IList<SocialFeedItem> Items { [Windows.Foundation.Metadata.Deprecated("ISocialFeedUpdater 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 iVector = socialFeedUpdater.items;
Public ReadOnly Property Items As IList(Of SocialFeedItem)
Property Value
The list of social media feed items.
- Attributes