SocialFeedUpdater.Items Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la liste des éléments de flux de médias sociaux.
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)
Valeur de propriété
Liste des éléments de flux de médias sociaux.
- Attributs