RelatedDocDataCollection::Add Method (DocData^)

 

Adds the specified value to the collection.

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

public:
int Add(
	DocData^ value
)

Parameters

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

The document data object to be added.

Return Value

Type: System::Int32

The position in the collection at which the document data was added.

Return to top
Show: