RdlCollectionBase<T> Class

 

Updated: February 25, 2016

Represents the base class for an RDL collection.

Namespace:   Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

System::Object
  System.Collections.ObjectModel::Collection<T>
    Microsoft.ReportingServices.RdlObjectModel::RdlCollectionBase<T>
      Microsoft.ReportingServices.RdlObjectModel::RdlCollection<T>

generic<typename T>
public ref class RdlCollectionBase abstract : Collection<T>, 
	IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection, 
	IEnumerable, IContainedObject

Type Parameters

T

The type of the collection.

NameDescription
System_CAPS_protmethodRdlCollectionBase<T>()

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the RdlCollectionBase<T> class.

System_CAPS_protmethodRdlCollectionBase<T>(IContainedObject^)

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the RdlCollectionBase<T> class.

NameDescription
System_CAPS_pubpropertyCount

(Inherited from Collection<T>.)

System_CAPS_pubpropertyItem[Int32]

(Inherited from Collection<T>.)

System_CAPS_protpropertyItems

(Inherited from Collection<T>.)

System_CAPS_pubpropertyParent

Gets or sets the parent object.

NameDescription
System_CAPS_pubmethodAdd(T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodClear()

(Inherited from Collection<T>.)

System_CAPS_protmethodClearItems()

(Inherited from Collection<T>.)

System_CAPS_pubmethodContains(T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodCopyTo(array<T>^, Int32)

(Inherited from Collection<T>.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from Collection<T>.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndexOf(T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodInsert(Int32, T)

(Inherited from Collection<T>.)

System_CAPS_protmethodInsertItem(Int32, T)

This API supports the product infrastructure and is not intended to be used directly from your code. Inserts an element into the collection at the specified index.(Overrides Collection<T>::InsertItem(Int32, T).)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodRemoveAt(Int32)

(Inherited from Collection<T>.)

System_CAPS_protmethodRemoveItem(Int32)

(Inherited from Collection<T>.)

System_CAPS_protmethodSetItem(Int32, T)

This API supports the product infrastructure and is not intended to be used directly from your code. Replaces the element at the specified index.(Overrides Collection<T>::SetItem(Int32, T).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICollection::CopyTo(Array^, Int32)

(Inherited from Collection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

(Inherited from Collection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Add(Object^)

This API supports the product infrastructure and is not intended to be used directly from your code. Adds an object to the end of the collection.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Contains(Object^)

(Inherited from Collection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::IndexOf(Object^)

(Inherited from Collection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Insert(Int32, Object^)

(Inherited from Collection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Remove(Object^)

(Inherited from Collection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection<T>::IsReadOnly

(Inherited from Collection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::IsSynchronized

(Inherited from Collection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::SyncRoot

(Inherited from Collection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList::IsFixedSize

(Inherited from Collection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList::IsReadOnly

(Inherited from Collection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList::Item[Int32]

Gets or sets the element at the specified index.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: