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> ) > ) >。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。
繼承階層
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