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.

Применяется к