RelatedDocDataCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
A strongly-typed collection that stores document data objects.
public ref class RelatedDocDataCollection sealed : System::Collections::CollectionBase
[System.CLSCompliant(false)]
public sealed class RelatedDocDataCollection : System.Collections.CollectionBase
public sealed class RelatedDocDataCollection : System.Collections.CollectionBase
[<System.CLSCompliant(false)>]
type RelatedDocDataCollection = class
inherit CollectionBase
type RelatedDocDataCollection = class
inherit CollectionBase
Public NotInheritable Class RelatedDocDataCollection
Inherits CollectionBase
- Inheritance
-
RelatedDocDataCollection
- Attributes
Constructors
RelatedDocDataCollection() |
Initializes a new instance of RelatedDocDataCollection. |
RelatedDocDataCollection(DocData[]) |
Initializes a new instance of RelatedDocDataCollection for the specified array of document data objects. |
RelatedDocDataCollection(RelatedDocDataCollection) |
Initializes a new instance of RelatedDocDataCollection based on another RelatedDocDataCollection object. |
Properties
Item[Int32] |
Gets the document data object at the specified index. |
Methods
Add(DocData) |
Adds the specified value to the collection. |
AddRange(DocData[]) |
Copies the elements of an array of document data objects to the end of the RelatedDocDataCollection. |
AddRange(RelatedDocDataCollection) |
Adds the contents of another RelatedDocDataCollection to the end of the collection. |
Contains(DocData) |
Determines whether the collection contains the specified document data object. |
CopyTo(DocData[], Int32) |
Copies the collection to an array of document data objects starting at the specified index. |
IndexOf(DocData) |
Gets the index of a specified document data object in the collection. |
Insert(Int32, DocData) |
Inserts a document data object into the collection at the specified index. |
Remove(DocData) |
Removes the specified document data object from the collection. |