ConnectTileData.Images property
Gets a list of ConnectTileImage objects associated with the Connect tile.
public IList<ConnectTileImage> Images { get; }
Public ReadOnly Property Images As IList(Of ConnectTileImage)
public:
property IVector<ConnectTileImage>^ Images {
IVector<ConnectTileImage>^ get();
}
Type: IVector<ConnectTileImage> [C++] | System.Collections.Generic.IList<ConnectTileImage> [.NET]
A list of ConnectTileImage objects associated with the Connect tile.
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 |
ConnectTileData