Класс RdlCollectionBase<T>
Represents the base class for an RDL collection.
Иерархия наследования
System.Object
System.Collections.ObjectModel.Collection<T>
Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<T>
Microsoft.ReportingServices.RdlObjectModel.RdlCollection<T>
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public MustInherit Class RdlCollectionBase(Of T) _
Inherits Collection(Of T) _
Implements IList(Of T), ICollection(Of T), _
IEnumerable(Of T), IList, ICollection, IEnumerable, IContainedObject
'Применение
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 не поддерживает стандартные типы и методы.
Параметры типа
- T
The type of the collection.
Тип RdlCollectionBase<T> обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
RdlCollectionBase<T>() | Инфраструктура. Initializes a new instance of the RdlCollectionBase<T> class. |
![]() |
RdlCollectionBase<T>(IContainedObject) | Инфраструктура. Initializes a new instance of the RdlCollectionBase<T> class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
Count | (Производный от Collection<T>.) |
![]() |
Item | (Производный от Collection<T>.) |
![]() |
Items | (Производный от Collection<T>.) |
![]() |
Parent | Gets or sets the parent object. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Add | (Производный от Collection<T>.) |
![]() |
Clear | (Производный от Collection<T>.) |
![]() |
ClearItems | (Производный от Collection<T>.) |
![]() |
Contains | (Производный от Collection<T>.) |
![]() |
CopyTo | (Производный от Collection<T>.) |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetEnumerator | (Производный от Collection<T>.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
IndexOf | (Производный от Collection<T>.) |
![]() |
Insert | (Производный от Collection<T>.) |
![]() |
InsertItem | Инфраструктура. Inserts an element into the collection at the specified index. (Переопределяет Collection<T>.InsertItem(Int32, T).) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
Remove | (Производный от Collection<T>.) |
![]() |
RemoveAt | (Производный от Collection<T>.) |
![]() |
RemoveItem | (Производный от Collection<T>.) |
![]() |
SetItem | Инфраструктура. Replaces the element at the specified index. (Переопределяет Collection<T>.SetItem(Int32, T).) |
![]() |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
![]() ![]() |
IList.Add | Инфраструктура. Adds an object to the end of the collection. |
![]() ![]() |
IList.Item | Инфраструктура. Gets or sets the element at the specified index. |
![]() ![]() |
IList.Contains | (Производный от Collection<T>.) |
![]() ![]() |
ICollection.CopyTo | (Производный от Collection<T>.) |
![]() ![]() |
IEnumerable.GetEnumerator | (Производный от Collection<T>.) |
![]() ![]() |
IList.IndexOf | (Производный от Collection<T>.) |
![]() ![]() |
IList.Insert | (Производный от Collection<T>.) |
![]() ![]() |
IList.IsFixedSize | (Производный от Collection<T>.) |
![]() ![]() |
ICollection<T>.IsReadOnly | (Производный от Collection<T>.) |
![]() ![]() |
IList.IsReadOnly | (Производный от Collection<T>.) |
![]() ![]() |
ICollection.IsSynchronized | (Производный от Collection<T>.) |
![]() ![]() |
IList.Remove | (Производный от Collection<T>.) |
![]() ![]() |
ICollection.SyncRoot | (Производный от Collection<T>.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel