IVsUIDynamicCollection::InsertCollection Method (UInt32, IVsUICollection^)

 

Adds a collection to this collection.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int InsertCollection(
	unsigned int nIndex,
	IVsUICollection^ pCollection
)

Parameters

nIndex
Type: System::UInt32

[in] The position in this collection to insert the new collection.

pCollection
Type: Microsoft.VisualStudio.Shell.Interop::IVsUICollection^

[in] The collection to add.

Return Value

Type: System::Int32

Returns S_OK if the collection was added.

Return to top
Show: