Compartilhar via


Método IVsUICollectionChangeEvents.OnAfterItemAdded (IVsUICollection, UInt32)

 

Publicado: abril de 2016

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

Sintaxe

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

Parâmetros

  • pCollection
    [in] A coleção que alterado
  • nItem
    [0 in] com base no índice do item que foi adicionado nas coleções.

Valor de retorno

Type: System.Int32

Ignorado.

Consulte também

Interface IVsUICollectionChangeEvents
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo