共用方式為


RdlCollectionBase(T) 類別

Represents the base class for an RDL collection.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public MustInherit Class RdlCollectionBase(Of T) _
    Inherits Collection(Of T) _
    Implements IList(Of T), ICollection(Of T),  _
    IEnumerable(Of T), IList, ICollection, IEnumerable, IContainedObject
'用途
Dim instance As RdlCollectionBase(Of T)
public abstract class RdlCollectionBase<T> : Collection<T>, 
    IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection, 
    IEnumerable, IContainedObject
generic<typename T>
public ref class RdlCollectionBase abstract : public Collection<T>, 
    IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection, 
    IEnumerable, IContainedObject
[<AbstractClassAttribute>]
type RdlCollectionBase<'T> =  
    class
        inherit Collection<'T>
        interface IList<'T>
        interface ICollection<'T>
        interface IEnumerable<'T>
        interface IList
        interface ICollection
        interface IEnumerable
        interface IContainedObject
    end
JScript 不支援一般類型和方法。

型別參數

  • T

繼承階層

System. . :: . .Object
  System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'T> ) > ) >
    Microsoft.ReportingServices.RdlObjectModel..::..RdlCollectionBase<(Of <(<'T>)>)>
      Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollection< (Of < ( <'T> ) > ) >

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。