共用方式為


SocialFeedChildItem.Thumbnails 屬性

定義

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

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)

屬性值

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

屬性

適用於