RdlCollectionBase<T> Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Representa la clase base para una colección RDL.
generic <typename T>
public ref class RdlCollectionBase abstract : System::Collections::ObjectModel::Collection<T>, Microsoft::ReportingServices::RdlObjectModel::IContainedObject, System::Collections::Generic::ICollection<T>, System::Collections::Generic::IEnumerable<T>, System::Collections::Generic::IList<T>
public abstract class RdlCollectionBase<T> : System.Collections.ObjectModel.Collection<T>, Microsoft.ReportingServices.RdlObjectModel.IContainedObject, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>
type RdlCollectionBase<'T> = class
inherit Collection<'T>
interface IList<'T>
interface ICollection<'T>
interface seq<'T>
interface IList
interface ICollection
interface IEnumerable
interface IContainedObject
Public MustInherit Class RdlCollectionBase(Of T)
Inherits Collection(Of T)
Implements ICollection(Of T), IContainedObject, IEnumerable(Of T), IList(Of T)
Parámetros de tipo
- T
Tipo de la colección.
- Herencia
-
Collection<T>RdlCollectionBase<T>
- Derivado
- Implementaciones
Constructores
| Nombre | Description |
|---|---|
| RdlCollectionBase<T>() |
Inicializa una nueva instancia de la clase RdlCollectionBase<T>. |
| RdlCollectionBase<T>(IContainedObject) |
Inicializa una nueva instancia de la clase RdlCollectionBase<T>. |
Propiedades
| Nombre | Description |
|---|---|
| Parent |
Obtiene o establece el objeto padre. |
Métodos
| Nombre | Description |
|---|---|
| InsertItem(Int32, T) |
Inserta un elemento en la colección en el índice especificado. |
| SetItem(Int32, T) |
Reemplaza el elemento en el índice especificado. |
Implementaciones de interfaz explícitas
| Nombre | Description |
|---|---|
| IList.Add(Object) |
Agrega un objeto al final de la colección. |
| IList.Item[Int32] |
Obtiene o establece el elemento en el índice especificado. |