SocialFeedSharedItem.Thumbnail Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a thumbnail image associated with this shared item.
public:
property SocialItemThumbnail ^ Thumbnail { SocialItemThumbnail ^ get(); void set(SocialItemThumbnail ^ value); };
SocialItemThumbnail Thumbnail();
void Thumbnail(SocialItemThumbnail value);
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialFeedSharedItem 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("ISocialFeedSharedItem 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("ISocialFeedSharedItem 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("ISocialFeedSharedItem 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 = socialFeedSharedItem.thumbnail;
socialFeedSharedItem.thumbnail = socialItemThumbnail;
Public Property Thumbnail As SocialItemThumbnail
Property Value
A thumbnail image associated with this shared item.
- Attributes