CompiledTextRunInstanceCollection 클래스

정의

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

public ref class CompiledTextRunInstanceCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementInstanceCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::CompiledTextRunInstance ^>, System::Collections::Generic::ICollection<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledTextRunInstance ^>, System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledTextRunInstance ^>, System::Collections::Generic::IList<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledTextRunInstance ^>
public sealed class CompiledTextRunInstanceCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstanceCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.CompiledTextRunInstance>, System.Collections.Generic.ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance>, System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance>, System.Collections.Generic.IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance>
type CompiledTextRunInstanceCollection = class
    inherit ReportElementInstanceCollectionBase<CompiledTextRunInstance>
    interface IList<ICompiledTextRunInstance>
    interface ICollection<ICompiledTextRunInstance>
    interface seq<ICompiledTextRunInstance>
    interface IEnumerable
Public NotInheritable Class CompiledTextRunInstanceCollection
Inherits ReportElementInstanceCollectionBase(Of CompiledTextRunInstance)
Implements ICollection(Of ICompiledTextRunInstance), IEnumerable(Of ICompiledTextRunInstance), IList(Of ICompiledTextRunInstance)
상속
구현
ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance> ICollection<T> IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance> IEnumerable<T> IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance> IEnumerable

속성

Count

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

Item[Int32]

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

메서드

GetEnumerator()

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

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

명시적 인터페이스 구현

ICollection<ICompiledTextRunInstance>.Add(ICompiledTextRunInstance)

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

ICollection<ICompiledTextRunInstance>.Clear()

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

ICollection<ICompiledTextRunInstance>.Contains(ICompiledTextRunInstance)

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

ICollection<ICompiledTextRunInstance>.CopyTo(ICompiledTextRunInstance[], Int32)

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

ICollection<ICompiledTextRunInstance>.Count

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

ICollection<ICompiledTextRunInstance>.IsReadOnly

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

ICollection<ICompiledTextRunInstance>.Remove(ICompiledTextRunInstance)

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

IEnumerable.GetEnumerator()

CompiledTextRunInstanceCollection를 반복하는 열거자를 반환합니다.

IEnumerable<ICompiledTextRunInstance>.GetEnumerator()

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

IList<ICompiledTextRunInstance>.IndexOf(ICompiledTextRunInstance)

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

IList<ICompiledTextRunInstance>.Insert(Int32, ICompiledTextRunInstance)

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

IList<ICompiledTextRunInstance>.Item[Int32]

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

IList<ICompiledTextRunInstance>.RemoveAt(Int32)

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

적용 대상