The DocumentObjectCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add |
Adds the specified document object to the collection.
| |
Clear |
Removes all elements from the collection.
| |
Clone |
Creates a deep copy of this object.
| |
CopyTo |
Copies the Array_List or a portion of it to a one-dimensional array.
| |
DeepCopy |
Implements the deep copy of the object.
(Overrides DocumentObjectDeepCopy.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through a collection.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf |
Searches for the specified object and returns the zero-based index of the first occurrence.
| |
InsertObject |
Inserts an element into the collection at the specified position.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveObjectAt |
Removes the element at the specified index.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
See Also