Classe RdlCollectionBase<T>
Represents the base class for an RDL collection.
Hierarquia de herança
System.Object
System.Collections.ObjectModel.Collection<T>
Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<T>
Microsoft.ReportingServices.RdlObjectModel.RdlCollection<T>
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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 não dá suporte a tipos e métodos genéricos.
Parâmetros de tipo
- T
The type of the collection.
O tipo RdlCollectionBase<T> expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
RdlCollectionBase<T>() | Infraestrutura. Initializes a new instance of the RdlCollectionBase<T> class. | |
RdlCollectionBase<T>(IContainedObject) | Infraestrutura. Initializes a new instance of the RdlCollectionBase<T> class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Count | (Herdado de Collection<T>.) | |
Item | (Herdado de Collection<T>.) | |
Items | (Herdado de Collection<T>.) | |
Parent | Gets or sets the parent object. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add | (Herdado de Collection<T>.) | |
Clear | (Herdado de Collection<T>.) | |
ClearItems | (Herdado de Collection<T>.) | |
Contains | (Herdado de Collection<T>.) | |
CopyTo | (Herdado de Collection<T>.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | (Herdado de Collection<T>.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
IndexOf | (Herdado de Collection<T>.) | |
Insert | (Herdado de Collection<T>.) | |
InsertItem | Infraestrutura. Inserts an element into the collection at the specified index. (Substitui Collection<T>.InsertItem(Int32, T).) | |
MemberwiseClone | (Herdado de Object.) | |
Remove | (Herdado de Collection<T>.) | |
RemoveAt | (Herdado de Collection<T>.) | |
RemoveItem | (Herdado de Collection<T>.) | |
SetItem | Infraestrutura. Replaces the element at the specified index. (Substitui Collection<T>.SetItem(Int32, T).) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IList.Add | Infraestrutura. Adds an object to the end of the collection. | |
IList.Item | Infraestrutura. Gets or sets the element at the specified index. | |
IList.Contains | (Herdado de Collection<T>.) | |
ICollection.CopyTo | (Herdado de Collection<T>.) | |
IEnumerable.GetEnumerator | (Herdado de Collection<T>.) | |
IList.IndexOf | (Herdado de Collection<T>.) | |
IList.Insert | (Herdado de Collection<T>.) | |
IList.IsFixedSize | (Herdado de Collection<T>.) | |
ICollection<T>.IsReadOnly | (Herdado de Collection<T>.) | |
IList.IsReadOnly | (Herdado de Collection<T>.) | |
ICollection.IsSynchronized | (Herdado de Collection<T>.) | |
IList.Remove | (Herdado de Collection<T>.) | |
ICollection.SyncRoot | (Herdado de Collection<T>.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.