Udostępnij za pośrednictwem


Metoda IVsUICollectionChangeEvents.OnAfterItemAdded — (IVsUICollection, UInt32)

 

Uruchamiany po dodaniu nowego elementu w kolekcji.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop.10.0 (w Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Składnia

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

Parametry

  • nItem
    Type: System.UInt32

    [in] Liczony od zera indeks elementu w kolekcji, który został dodany.

Wartość zwracana

Type: System.Int32

Ignorowane.

Zobacz też

Interfejs IVsUICollectionChangeEvents
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku