Classe MapObjectCollectionBase(T)
Represents a collection of IMapObjectCollectionItem objects.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'T> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..MapObjectCollectionBase<(Of <(<'T>)>)>
Mais...
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public MustInherit Class MapObjectCollectionBase(Of T As IMapObjectCollectionItem) _
Inherits ReportElementCollectionBase(Of T)
'Uso
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 não dá suporte a tipos e métodos genéricos.
Parâmetros de tipo
- T
O tipo MapObjectCollectionBase<(Of <(<'T>)>)> expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
MapObjectCollectionBase< (Of < ( <'T> ) > ) > | Initializes a new instance of the MapObjectCollectionBase<(Of <(<'T>)>)> class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of items in the collection. (Herdado de ReportElementCollectionBase< (Of < ( <'T> ) > ) >.) | |
Item | Gets the item at the specified index. (Substitui ReportElementCollectionBase< (Of < ( <'T> ) > ) >. . :: . .Item[ ( [ ( Int32] ) ] ) .) |
Início
Métodos
Nome | Descrição | |
---|---|---|
CreateMapObject | Infraestrutura. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | Gets the enumerator for this ReportElementCollectionBase<(Of <(<'T>)>)>. (Herdado de ReportElementCollectionBase< (Of < ( <'T> ) > ) >.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IEnumerable. . :: . .GetEnumerator | Infraestrutura. (Herdado de ReportElementCollectionBase< (Of < ( <'T> ) > ) >.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Hierarquia de herança
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