Share via


SocialItemThumbnail.ImageUri Property

Definition

Overloads

ImageUri

Gets or sets the Uniform Resource Identifier (URI) to the image file for this thumbnail.

ImageUri

Gets or sets the Uniform Resource Identifier (URI) to the image file for this thumbnail.

public:
 property Uri ^ ImageUri { Uri ^ get(); void set(Uri ^ value); };
Uri ImageUri();

void ImageUri(Uri value);
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialItemThumbnail 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("ISocialItemThumbnail is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
Uri ImageUri();

void ImageUri(Uri value);
public System.Uri ImageUri { get; set; }
public System.Uri ImageUri { [Windows.Foundation.Metadata.Deprecated("ISocialItemThumbnail 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("ISocialItemThumbnail 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 uri = socialItemThumbnail.imageUri;
socialItemThumbnail.imageUri = uri;
Public Property ImageUri As Uri

Property Value

The Uniform Resource Identifier (URI) to the image file for this thumbnail.

Attributes

Applies to