GaugePanelObjectCollectionBase(T) 类
Represents the base class for all gauge panel object collections.
继承层次结构
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering..::..GaugePanelObjectCollectionBase<(Of <(<'T>)>)>
更多信息...
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public MustInherit Class GaugePanelObjectCollectionBase(Of T As GaugePanelObjectCollectionItem) _
Implements IEnumerable(Of T), IEnumerable
用法
Dim instance As GaugePanelObjectCollectionBase(Of T)
public abstract class GaugePanelObjectCollectionBase<T> : IEnumerable<T>,
IEnumerable
where T : GaugePanelObjectCollectionItem
generic<typename T>
where T : GaugePanelObjectCollectionItem
public ref class GaugePanelObjectCollectionBase abstract : IEnumerable<T>,
IEnumerable
[<AbstractClassAttribute>]
type GaugePanelObjectCollectionBase<'T when 'T : GaugePanelObjectCollectionItem> =
class
interface IEnumerable<'T>
interface IEnumerable
end
JScript 不支持一般类型和方法。
类型参数
- T
GaugePanelObjectCollectionBase<(Of <(<'T>)>)> 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
Count | Gets the number of items in the collection. |
![]() |
Item | Gets the item at the specified index. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
CreateGaugePanelObject | 基础结构。 |
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetEnumerator | Gets the enumerator for this GaugePanelObjectCollectionBase<(Of <(<'T>)>)>. |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。
继承层次结构
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering..::..GaugePanelObjectCollectionBase<(Of <(<'T>)>)>
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .CustomLabelCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeImageCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeLabelCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .LinearGaugeCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .LinearPointerCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .LinearScaleCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .NumericIndicatorCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .RadialGaugeCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .RadialPointerCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .RadialScaleCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ScaleRangeCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .StateIndicatorCollection