言語

MapMarkerCollection クラス

定義

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

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

プロパティ

名前 説明
Count

コレクション内のアイテムの数を取得します。

Item[Int32]

指定したインデックス位置にある項目を取得します。

(継承元 MapObjectCollectionBase<T>)

メソッド

名前 説明
CreateMapObject(Int32)

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

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

この ReportElementCollectionBase<T>の調査員を呼ぶ。

(継承元 ReportElementCollectionBase<T>)

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

名前 説明
IEnumerable.GetEnumerator()

コレクションを反復するエンチュメレーターを入手します。

(継承元 ReportElementCollectionBase<T>)

適用対象