Compartilhar via


Método IVsUIDynamicCollection.InsertCollection (UInt32, IVsUICollection)

 

Adiciona uma coleção para esta coleção.

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

Sintaxe

int InsertCollection(
    uint nIndex,
    IVsUICollection pCollection
)
int InsertCollection(
    unsigned int nIndex,
    IVsUICollection^ pCollection
)
abstract InsertCollection : 
        nIndex:uint32 *
        pCollection:IVsUICollection -> int
Function InsertCollection (
    nIndex As UInteger,
    pCollection As IVsUICollection
) As Integer

Parâmetros

  • nIndex
    [in] A posição dessa coleção para inserir a nova coleção.
  • pCollection
    [in] A coleção para adicionar.

Valor de retorno

Type: System.Int32

Retorna S_OK se a coleção foi adicionada.

Consulte também

Interface IVsUIDynamicCollection
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo