Classe RdlCollectionBase<T>
Represents the base class for an RDL collection.
Gerarchia di ereditarietà
System.Object
System.Collections.ObjectModel.Collection<T>
Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<T>
Microsoft.ReportingServices.RdlObjectModel.RdlCollection<T>
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public MustInherit Class RdlCollectionBase(Of T) _
Inherits Collection(Of T) _
Implements IList(Of T), ICollection(Of T), _
IEnumerable(Of T), IList, ICollection, IEnumerable, IContainedObject
'Utilizzo
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 non supporta i metodi e i tipi generici.
Parametri di tipo
- T
The type of the collection.
Nel tipo RdlCollectionBase<T> sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
RdlCollectionBase<T>() | Infrastruttura. Initializes a new instance of the RdlCollectionBase<T> class. |
![]() |
RdlCollectionBase<T>(IContainedObject) | Infrastruttura. Initializes a new instance of the RdlCollectionBase<T> class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Count | Ereditato da Collection<T>. |
![]() |
Item | Ereditato da Collection<T>. |
![]() |
Items | Ereditato da Collection<T>. |
![]() |
Parent | Gets or sets the parent object. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Add | Ereditato da Collection<T>. |
![]() |
Clear | Ereditato da Collection<T>. |
![]() |
ClearItems | Ereditato da Collection<T>. |
![]() |
Contains | Ereditato da Collection<T>. |
![]() |
CopyTo | Ereditato da Collection<T>. |
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetEnumerator | Ereditato da Collection<T>. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
IndexOf | Ereditato da Collection<T>. |
![]() |
Insert | Ereditato da Collection<T>. |
![]() |
InsertItem | Infrastruttura. Inserts an element into the collection at the specified index. Esegue l'override di Collection<T>.InsertItem(Int32, T). |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
Remove | Ereditato da Collection<T>. |
![]() |
RemoveAt | Ereditato da Collection<T>. |
![]() |
RemoveItem | Ereditato da Collection<T>. |
![]() |
SetItem | Infrastruttura. Replaces the element at the specified index. Esegue l'override di Collection<T>.SetItem(Int32, T). |
![]() |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
![]() ![]() |
IList.Add | Infrastruttura. Adds an object to the end of the collection. |
![]() ![]() |
IList.Item | Infrastruttura. Gets or sets the element at the specified index. |
![]() ![]() |
IList.Contains | Ereditato da Collection<T>. |
![]() ![]() |
ICollection.CopyTo | Ereditato da Collection<T>. |
![]() ![]() |
IEnumerable.GetEnumerator | Ereditato da Collection<T>. |
![]() ![]() |
IList.IndexOf | Ereditato da Collection<T>. |
![]() ![]() |
IList.Insert | Ereditato da Collection<T>. |
![]() ![]() |
IList.IsFixedSize | Ereditato da Collection<T>. |
![]() ![]() |
ICollection<T>.IsReadOnly | Ereditato da Collection<T>. |
![]() ![]() |
IList.IsReadOnly | Ereditato da Collection<T>. |
![]() ![]() |
ICollection.IsSynchronized | Ereditato da Collection<T>. |
![]() ![]() |
IList.Remove | Ereditato da Collection<T>. |
![]() ![]() |
ICollection.SyncRoot | Ereditato da Collection<T>. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.