Compartilhar via


Método IVsUIDynamicCollection.InsertItem (UInt32, IVsUIDataSource)

 

Adiciona um item à coleção.

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

Sintaxe

int InsertItem(
    uint nIndex,
    IVsUIDataSource pItem
)
int InsertItem(
    unsigned int nIndex,
    IVsUIDataSource^ pItem
)
abstract InsertItem : 
        nIndex:uint32 *
        pItem:IVsUIDataSource -> int
Function InsertItem (
    nIndex As UInteger,
    pItem As IVsUIDataSource
) As Integer

Parâmetros

  • nIndex
    [in] A posição do novo item.
  • pItem
    [in] Item a ser adicionado.

Valor de retorno

Type: System.Int32

Retorna S_OK se o item foi adicionado.

Consulte também

Interface IVsUIDynamicCollection
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo