Partager via


SocialFeedChildItem.Thumbnails Propriété

Définition

Obtient une liste d’images miniatures associées à l’élément enfant.

public:
 property IVector<SocialItemThumbnail ^> ^ Thumbnails { IVector<SocialItemThumbnail ^> ^ get(); };
IVector<SocialItemThumbnail> Thumbnails();
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialFeedChildItem 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<SocialItemThumbnail> Thumbnails();
public IList<SocialItemThumbnail> Thumbnails { get; }
public IList<SocialItemThumbnail> Thumbnails { [Windows.Foundation.Metadata.Deprecated("ISocialFeedChildItem 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 = socialFeedChildItem.thumbnails;
Public ReadOnly Property Thumbnails As IList(Of SocialItemThumbnail)

Valeur de propriété

Liste d’images miniatures associées à l’élément enfant.

Attributs

S’applique à