共用方式為


SocialFeedItem.Thumbnails 屬性

定義

取得與此專案相關聯的縮圖影像清單。

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)

屬性值

與此專案相關聯的縮圖影像清單。

屬性

適用於