Share via


SocialFeedUpdater.Items Property

Definition

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

Applies to