Класс MapObjectCollectionBase(T)

Represents a collection of IMapObjectCollectionItem objects.

Иерархия наследования

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'T> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..MapObjectCollectionBase<(Of <(<'T>)>)>
      Подробнее...

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public MustInherit Class MapObjectCollectionBase(Of T As IMapObjectCollectionItem) _
    Inherits ReportElementCollectionBase(Of T)
'Применение
Dim instance As MapObjectCollectionBase(Of T)
public abstract class MapObjectCollectionBase<T> : ReportElementCollectionBase<T>
where T : IMapObjectCollectionItem
generic<typename T>
where T : IMapObjectCollectionItem
public ref class MapObjectCollectionBase abstract : public ReportElementCollectionBase<T>
[<AbstractClassAttribute>]
type MapObjectCollectionBase<'T when 'T : IMapObjectCollectionItem> =  
    class
        inherit ReportElementCollectionBase<'T>
    end
JScript не поддерживает стандартные типы и методы.

Параметры типа

  • T

Тип MapObjectCollectionBase<(Of <(<'T>)>)> обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Защищенный метод MapObjectCollectionBase< (Of < ( <'T> ) > ) > Initializes a new instance of the MapObjectCollectionBase<(Of <(<'T>)>)> class.

В начало

Свойства

  Имя Описание
Открытое свойство Count Gets the number of items in the collection. (Производный от ReportElementCollectionBase< (Of < ( <'T> ) > ) >.)
Открытое свойство Item Gets the item at the specified index. (Переопределяет ReportElementCollectionBase< (Of < ( <'T> ) > ) >. . :: . .Item[ ( [ ( Int32] ) ] ) .)

В начало

Методы

  Имя Описание
Защищенный метод CreateMapObject Инфраструктура.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetEnumerator Gets the enumerator for this ReportElementCollectionBase<(Of <(<'T>)>)>. (Производный от ReportElementCollectionBase< (Of < ( <'T> ) > ) >.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IEnumerable. . :: . .GetEnumerator Инфраструктура. (Производный от ReportElementCollectionBase< (Of < ( <'T> ) > ) >.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

Иерархия наследования

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'T> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..MapObjectCollectionBase<(Of <(<'T>)>)>
      Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapBindingFieldPairCollection
      Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapBucketCollection
      Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapCustomColorCollection
      Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapDataRegionCollection
      Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapFieldCollection
      Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapFieldDefinitionCollection
      Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapFieldNameCollection
      Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapLayerCollection
      Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapLegendCollection
      Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapLineCollection
      Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapMarkerCollection
      Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapPointCollection
      Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapPolygonCollection
      Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapTileCollection
      Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapTitleCollection