MapControl.Layers プロパティ

定義

の子であるマップ レイヤー オブジェクトのコレクションを取得します MapControl

public:
 property IVector<MapLayer ^> ^ Layers { IVector<MapLayer ^> ^ get(); void set(IVector<MapLayer ^> ^ value); };
IVector<MapLayer> Layers();

void Layers(IVector<MapLayer> value);
public IList<MapLayer> Layers { get; set; }
var iVector = mapControl.layers;
mapControl.layers = iVector;
Public Property Layers As IList(Of MapLayer)

プロパティ値

の子であるマップ レイヤー オブジェクトの MapControlコレクション。 既定値は空のコレクションです。

注釈

各レイヤーには、マップの上にレンダリングされた MapElement オブジェクトが含まれています。 コレクション内の最初のレイヤーは、マップにレンダリングされる最下位レイヤーです。

適用対象