ConnectTileData.Images property

Gets a list of ConnectTileImage objects associated with the Connect tile.

Syntax

public IList<ConnectTileImage> Images { get; }
Public ReadOnly Property Images As IList(Of ConnectTileImage)
public:
property IVector<ConnectTileImage>^ Images { 
   IVector<ConnectTileImage>^ get();
}

Property value

Type: IVector<ConnectTileImage> [C++] | System.Collections.Generic.IList<ConnectTileImage> [.NET]

A list of ConnectTileImage objects associated with the Connect tile.

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

See also

ConnectTileData