次の方法で共有


MapElementsLayer.MapElements プロパティ

定義

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 オブジェクトのコレクション。

適用対象