FeedItem.Thumbnails property
This API is not available to all Windows/Windows Phone apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
Syntax
public: property IVector<FeedMediaThumbnail>^ Thumbnails { IVector<FeedMediaThumbnail>^ get(); }
Property value
Type: IVector<FeedMediaThumbnail> [C++] | System.Collections.Generic.IList<FeedMediaThumbnail> [.NET]
The thumbnails of the feed item.
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
None supported |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only] |
|
Namespace |
|
|
Metadata |
|
See also