MapElementsLayer.MapElements プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MapElementsLayer の子である MapElement オブジェクトのコレクションを取得します。
public:
property IVector<MapElement ^> ^ MapElements { IVector<MapElement ^> ^ get(); void set(IVector<MapElement ^> ^ value); };
IVector<MapElement> MapElements();
void MapElements(IVector<MapElement> value);
public IList<MapElement> MapElements { get; set; }
var iVector = mapElementsLayer.mapElements;
mapElementsLayer.mapElements = iVector;
Public Property MapElements As IList(Of MapElement)
プロパティ値
MapElementsLayer の子である MapElement オブジェクトのコレクション。