RelatedDocDataCollection Constructor (RelatedDocDataCollection^)

 

Initializes a new instance of RelatedDocDataCollection based on another RelatedDocDataCollection object.

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

public:
RelatedDocDataCollection(
	RelatedDocDataCollection^ value
)

Parameters

value
Type: Microsoft.VisualStudio.Shell.Design.Serialization::RelatedDocDataCollection^

An initialization collection.

The implementation calls AddRange.

Return to top
Show: