RelatedDocDataCollection::Insert Method (Int32, DocData^)

 

Inserts a document data object into the collection at the specified index.

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

public:
void Insert(
	int index,
	DocData^ value
)

Parameters

index
Type: System::Int32

The index at which to insert the object.

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

The DocData to be inserted.

Return to top
Show: