MapElementCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Count | Gets the number of elements actually contained in the Collection. System.Collections.ObjectModel.Collection<MapElement>から継承されます。 | |
Item | 指定された基準に対応する現在のコレクションですべての要素で繰り返すために使用できる列挙可能なオブジェクトを取得します。 |
名前 | 解説 | |
---|---|---|
Items | Gets a IList wrapper around the Collection. System.Collections.ObjectModel.Collection<MapElement>から継承されます。 |