Поделиться через


Класс MapPolygonCollection

Represents a collection of MapPolygon objects.

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

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<MapPolygon>
    Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionBase<MapPolygon>
      Microsoft.ReportingServices.OnDemandReportRendering.MapPolygonCollection

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

Синтаксис

'Декларация
Public NotInheritable Class MapPolygonCollection _
    Inherits MapObjectCollectionBase(Of MapPolygon)
'Применение
Dim instance As MapPolygonCollection
public sealed class MapPolygonCollection : MapObjectCollectionBase<MapPolygon>
public ref class MapPolygonCollection sealed : public MapObjectCollectionBase<MapPolygon^>
[<SealedAttribute>]
type MapPolygonCollection =  
    class 
        inherit MapObjectCollectionBase<MapPolygon>
    end
public final class MapPolygonCollection extends MapObjectCollectionBase<MapPolygon>

Тип MapPolygonCollection обеспечивает доступ к следующим элементам.

Свойства

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

В начало

Методы

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

В начало

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

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IEnumerable.GetEnumerator Инфраструктура. Gets the enumerator that iterates through the collection. (Производный от ReportElementCollectionBase<T>.)

В начало

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

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

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering