RelatedDocDataCollection.Add(DocData) Method

Definition

Adds the specified value to the collection.

public:
 int Add(Microsoft::VisualStudio::Shell::Design::Serialization::DocData ^ value);
public int Add (Microsoft.VisualStudio.Shell.Design.Serialization.DocData value);
member this.Add : Microsoft.VisualStudio.Shell.Design.Serialization.DocData -> int
Public Function Add (value As DocData) As Integer

Parameters

value
DocData

The document data object to be added.

Returns

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

Applies to