SocialDashboardItemUpdater.Thumbnail Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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