Partilhar via


Método IVsUIDynamicCollection.RemoveItem (UInt32)

 

Remova um item da coleção.

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

Sintaxe

int RemoveItem(
    uint nIndex
)
int RemoveItem(
    unsigned int nIndex
)
abstract RemoveItem : 
        nIndex:uint32 -> int
Function RemoveItem (
    nIndex As UInteger
) As Integer

Parâmetros

  • nIndex
    [in] O 0 com base no índice do item a ser excluído.

Valor de retorno

Type: System.Int32

Retorna S_OK se o item foi excluído.

Consulte também

Interface IVsUIDynamicCollection
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo