MapControl.TileSources Eigenschaft

Definition

Ruft die Auflistung von MapTileSource-Objekten ab, die untergeordnete Elemente von MapControl sind, oder legt diese fest.

public:
 property IVector<MapTileSource ^> ^ TileSources { IVector<MapTileSource ^> ^ get(); };
IVector<MapTileSource> TileSources();
public IList<MapTileSource> TileSources { get; }
var iVector = mapControl.tileSources;
Public ReadOnly Property TileSources As IList(Of MapTileSource)

Eigenschaftswert

Die Auflistung von MapTileSource-Objekten , die untergeordnete Elemente von MapControl sind.

Gilt für:

Weitere Informationen