Share via


UIDataSourceDynamicCollection.InsertCollection Method

Microsoft internal use only.

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

Syntax

'Declaration
Public Overridable Function InsertCollection ( _
    nIndex As UInteger, _
    pCollection As IVsUICollection _
) As Integer
public virtual int InsertCollection(
    uint nIndex,
    IVsUICollection pCollection
)
public:
virtual int InsertCollection(
    unsigned int nIndex, 
    IVsUICollection^ pCollection
)
abstract InsertCollection : 
        nIndex:uint32 * 
        pCollection:IVsUICollection -> int 
override InsertCollection : 
        nIndex:uint32 * 
        pCollection:IVsUICollection -> int 
public function InsertCollection(
    nIndex : uint, 
    pCollection : IVsUICollection
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsUIDynamicCollection.InsertCollection(UInt32, IVsUICollection)

.NET Framework Security

See Also

Reference

UIDataSourceDynamicCollection Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace