Share via


MapPolygonCollection クラス

定義

MapPolygon オブジェクトのコレクションを表します。

public ref class MapPolygonCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::MapPolygon ^>
public sealed class MapPolygonCollection : Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.MapPolygon>
type MapPolygonCollection = class
    inherit MapObjectCollectionBase<MapPolygon>
Public NotInheritable Class MapPolygonCollection
Inherits MapObjectCollectionBase(Of MapPolygon)
継承

プロパティ

Count

コレクション内の項目の数を取得します。

Item[Int32]

指定したインデックスにあるアイテムを取得します。

(継承元 MapObjectCollectionBase<T>)

メソッド

CreateMapObject(Int32)

コレクション内の指定されたインデックスのアイテムに基づいて、マップ オブジェクトを作成します。

(継承元 MapObjectCollectionBase<T>)
GetEnumerator()

この ReportElementCollectionBase<T> の列挙子を取得します。

(継承元 ReportElementCollectionBase<T>)

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を取得します。

(継承元 ReportElementCollectionBase<T>)

適用対象