RdlCollectionBase<T> Classe

Definição

Representa a classe base para uma coleção 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

O tipo do conjunto.

Herança
RdlCollectionBase<T>
Derivado
Implementações

Construtores

RdlCollectionBase<T>()

Inicializa uma nova instância da classe RdlCollectionBase<T>.

RdlCollectionBase<T>(IContainedObject)

Inicializa uma nova instância da classe RdlCollectionBase<T>.

Propriedades

Parent

Obtém ou define o objeto pai.

Métodos

InsertItem(Int32, T)

Insere um elemento na coleção no índice especificado.

SetItem(Int32, T)

Substitui o elemento no índice especificado.

Implantações explícitas de interface

IList.Add(Object)

Adiciona o objeto ao final da coleção.

IList.Item[Int32]

Obtém ou define o elemento no índice especificado.

Aplica-se a