Compartir a través de


RdlCollectionBase(T) Clase

Represents the base class for an RDL collection.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public MustInherit Class RdlCollectionBase(Of T) _
    Inherits Collection(Of T) _
    Implements IList(Of T), ICollection(Of T),  _
    IEnumerable(Of T), IList, ICollection, IEnumerable, IContainedObject
'Uso
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 no admite tipos y métodos genéricos.

Parámetros de tipo

  • T

Jerarquía de herencia

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

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.