SocialDashboardItemUpdater.Thumbnail Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’image miniature de l’élément de tableau de bord.
public:
property SocialItemThumbnail ^ Thumbnail { SocialItemThumbnail ^ get(); void set(SocialItemThumbnail ^ value); };
SocialItemThumbnail Thumbnail();
void Thumbnail(SocialItemThumbnail value);
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialDashboardItemUpdater is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("ISocialDashboardItemUpdater is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
SocialItemThumbnail Thumbnail();
void Thumbnail(SocialItemThumbnail value);
public SocialItemThumbnail Thumbnail { get; set; }
public SocialItemThumbnail Thumbnail { [Windows.Foundation.Metadata.Deprecated("ISocialDashboardItemUpdater 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; [Windows.Foundation.Metadata.Deprecated("ISocialDashboardItemUpdater is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")] set; }
var socialItemThumbnail = socialDashboardItemUpdater.thumbnail;
socialDashboardItemUpdater.thumbnail = socialItemThumbnail;
Public Property Thumbnail As SocialItemThumbnail
Valeur de propriété
Image miniature de l’élément de tableau de bord.
- Attributs