SocialFeedItem.Thumbnails Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of thumbnail images associated with this item.
public:
property IVector<SocialItemThumbnail ^> ^ Thumbnails { IVector<SocialItemThumbnail ^> ^ get(); };
IVector<SocialItemThumbnail> Thumbnails();
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialFeedItem 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("ISocialFeedItem 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 = socialFeedItem.thumbnails;
Public ReadOnly Property Thumbnails As IList(Of SocialItemThumbnail)
Property Value
A list of thumbnail images associated with this item.
- Attributes