SocialFeedChildItem.Thumbnails Property

Definition

Gets a list of thumbnail images associated with the child item.

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)

Property Value

A list of thumbnail images associated with the child item.

Attributes

Applies to