ConnectTileImage class

Represents an image that is displayed on a Connect tile.

Syntax

public sealed class ConnectTileImage
Public NotInheritable Class ConnectTileImage
public ref class ConnectTileImage sealed 

Members

The ConnectTileImage class has these types of members:

  • Constructors
  • Methods
  • Properties

Constructors

The ConnectTileImage class has these constructors.

Constructor Description
ConnectTileImage Initializes a new instance of the ConnectTileImage class.

 

Methods

The ConnectTileImage class has these methods. It also inherits methods from the Object class.

Method Description
GetImageAsync Retrieves a stream containing the image data associated with the Connect tile image.
SetImageAsync Sets the image data for the Connect tile image.

 

Properties

The ConnectTileImage class has these properties.

Property Access type Description

Image

Read-only

Retrieves a reference to a stream containing the image data associated with the Connect tile image.

ImageUrl

Read/write

Gets or sets the URL source of the Connect tile image.

 

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only]

Namespace

Windows.Phone.PersonalInformation Windows::Phone::PersonalInformation [C++]

Metadata

Windows.WinMD

Attributes

[MarshalingBehavior(Agile)]

[Threading(Both)]

[Version(0x06030000)]