RelatedDocDataCollection.Insert(Int32, 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.
Inserts a document data object into the collection at the specified index.
public:
void Insert(int index, Microsoft::VisualStudio::Shell::Design::Serialization::DocData ^ value);
public void Insert (int index, Microsoft.VisualStudio.Shell.Design.Serialization.DocData value);
member this.Insert : int * Microsoft.VisualStudio.Shell.Design.Serialization.DocData -> unit
Public Sub Insert (index As Integer, value As DocData)
Parameters
- index
- Int32
The index at which to insert the object.