RelatedDocDataCollection::AddRange Method (array<DocData^>^)

 

Copies the elements of an array of document data objects to the end of the RelatedDocDataCollection.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
void AddRange(
	array<DocData^>^ value
)

Parameters

value
Type: array<Microsoft.VisualStudio.Shell.Design.Serialization::DocData^>^

An array of document data objects to be appended to the underlying collection.

Return to top
Show: