SocialFeedUpdater.Items Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'elenco degli elementi del feed di social media.
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)
Valore della proprietà
Elenco degli elementi del feed di social media.
- Attributi