GaugePanelObjectCollectionBase<T> 类

Represents the base class for all gauge panel object collections.

继承层次结构

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<T>
    更多信息...

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public MustInherit Class GaugePanelObjectCollectionBase(Of T As GaugePanelObjectCollectionItem) _
    Implements IEnumerable(Of T), IEnumerable
用法
Dim instance As GaugePanelObjectCollectionBase(Of T)
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public abstract class GaugePanelObjectCollectionBase<T> : IEnumerable<T>, 
    IEnumerable
where T : GaugePanelObjectCollectionItem
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
generic<typename T>
where T : GaugePanelObjectCollectionItem
public ref class GaugePanelObjectCollectionBase abstract : IEnumerable<T>, 
    IEnumerable
[<AbstractClassAttribute>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
type GaugePanelObjectCollectionBase<'T when 'T : GaugePanelObjectCollectionItem> =  
    class
        interface IEnumerable<'T>
        interface IEnumerable
    end
JScript 不支持一般类型和方法。

类型参数

  • T

GaugePanelObjectCollectionBase<T> 类型公开以下成员。

构造函数

  名称 说明
受保护方法 GaugePanelObjectCollectionBase<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<T>.
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

显式接口实现

  名称 说明
显式接口实现私有方法 IEnumerable.GetEnumerator 基础结构。

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

继承层次结构

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<T>
    Microsoft.ReportingServices.OnDemandReportRendering.CustomLabelCollection
    Microsoft.ReportingServices.OnDemandReportRendering.GaugeImageCollection
    Microsoft.ReportingServices.OnDemandReportRendering.GaugeLabelCollection
    Microsoft.ReportingServices.OnDemandReportRendering.IndicatorStateCollection
    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