Condividi tramite


SocialDashboardItemUpdater.Thumbnail Proprietà

Definizione

Ottiene o imposta l'immagine di anteprima per l'elemento del dashboard.

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

Valore della proprietà

Immagine di anteprima per l'elemento del dashboard.

Attributi

Si applica a