GaugePanelObjectCollectionBase(T) 類別
Represents the base class for all gauge panel object collections.
命名空間: 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
繼承階層
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
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。