RelatedDocDataCollection.Add(DocData) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.