Share via


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)

Syntax

'Declaration
Public Sub New ( _
    value As DocData() _
)
public RelatedDocDataCollection(
    DocData[] value
)
public:
RelatedDocDataCollection(
    array<DocData^>^ value
)
new : 
        value:DocData[] -> RelatedDocDataCollection
public function RelatedDocDataCollection(
    value : DocData[]
)

Parameters

Remarks

The constructor implementation calls AddRange.

.NET Framework Security

See Also

Reference

RelatedDocDataCollection Class

RelatedDocDataCollection Overload

Microsoft.VisualStudio.Shell.Design.Serialization Namespace