RelatedDocDataCollection Constructor (array<DocData^>^)

 

Initializes a new instance of RelatedDocDataCollection for the specified array of document data objects.

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

public:
RelatedDocDataCollection(
	array<DocData^>^ value
)

The constructor implementation calls AddRange.

Return to top
Show: