MapCustomColorCollection 클래스

정의

MapCustomColor 개체의 컬렉션을 나타냅니다.

public ref class MapCustomColorCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::MapCustomColor ^>
public sealed class MapCustomColorCollection : Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.MapCustomColor>
type MapCustomColorCollection = class
    inherit MapObjectCollectionBase<MapCustomColor>
Public NotInheritable Class MapCustomColorCollection
Inherits MapObjectCollectionBase(Of MapCustomColor)
상속

속성

Count

컬렉션의 항목 수를 가져옵니다.

Item[Int32]

지정한 인덱스에 있는 항목을 가져옵니다.

(다음에서 상속됨 MapObjectCollectionBase<T>)

메서드

CreateMapObject(Int32)

컬렉션의 지정된 인덱스가 있는 항목을 기반으로 지도 개체를 만듭니다.

(다음에서 상속됨 MapObjectCollectionBase<T>)
GetEnumerator()

ReportElementCollectionBase<T>의 열거자를 가져옵니다.

(다음에서 상속됨 ReportElementCollectionBase<T>)

명시적 인터페이스 구현

IEnumerable.GetEnumerator()

컬렉션 전체를 반복하는 열거자를 가져옵니다.

(다음에서 상속됨 ReportElementCollectionBase<T>)

적용 대상