Classe RdlCollectionBase(T)
Represents the base class for an RDL collection.
Hierarquia de herança
System. . :: . .Object
System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'T> ) > ) >
Microsoft.ReportingServices.RdlObjectModel..::..RdlCollectionBase<(Of <(<'T>)>)>
Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollection< (Of < ( <'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
O tipo RdlCollectionBase<(Of <(<'T>)>)> expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
RdlCollectionBase< (Of < ( <'T> ) > ) >() () () () | Infraestrutura. Initializes a new instance of the RdlCollectionBase<(Of <(<'T>)>)> class. |
![]() |
RdlCollectionBase< (Of < ( <'T> ) > ) >(IContainedObject) | Infraestrutura. Initializes a new instance of the RdlCollectionBase<(Of <(<'T>)>)> class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Count | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() |
Item | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() |
Items | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() |
Parent | The parent object. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Add | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() |
Clear | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() |
ClearItems | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() |
Contains | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() |
CopyTo | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetEnumerator | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
IndexOf | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() |
Insert | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() |
InsertItem | Infraestrutura. (Substitui Collection< (Of < ( <'T> ) > ) >. . :: . .InsertItem(Int32, T).) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
Remove | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() |
RemoveAt | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() |
RemoveItem | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() |
SetItem | Infraestrutura. (Substitui Collection< (Of < ( <'T> ) > ) >. . :: . .SetItem(Int32, T).) |
![]() |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
![]() ![]() |
IList. . :: . .Add | |
![]() ![]() |
IList. . :: . .Item | |
![]() ![]() |
IList. . :: . .Contains | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() ![]() |
ICollection. . :: . .CopyTo | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() ![]() |
IEnumerable. . :: . .GetEnumerator | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() ![]() |
IList. . :: . .IndexOf | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() ![]() |
IList. . :: . .Insert | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() ![]() |
IList. . :: . .IsFixedSize | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() ![]() |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() ![]() |
IList. . :: . .IsReadOnly | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() ![]() |
ICollection. . :: . .IsSynchronized | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() ![]() |
IList. . :: . .Remove | (Herdado de Collection< (Of < ( <'T> ) > ) >.) |
![]() ![]() |
ICollection. . :: . .SyncRoot | (Herdado de Collection< (Of < ( <'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.