Metoda IVsUICollectionChangeEvents.OnAfterItemReplaced — (IVsUICollection, IVsUIDataSource, IVsUIDataSource, UInt32)
Uruchamiany po zaktualizowaniu elementu.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop.10.0 (w Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Składnia
int OnAfterItemReplaced(
IVsUICollection pCollection,
IVsUIDataSource pNewItem,
IVsUIDataSource pOldItem,
uint nItem
)
int OnAfterItemReplaced(
IVsUICollection^ pCollection,
IVsUIDataSource^ pNewItem,
IVsUIDataSource^ pOldItem,
unsigned int nItem
)
abstract OnAfterItemReplaced :
pCollection:IVsUICollection *
pNewItem:IVsUIDataSource *
pOldItem:IVsUIDataSource *
nItem:uint32 -> int
Function OnAfterItemReplaced (
pCollection As IVsUICollection,
pNewItem As IVsUIDataSource,
pOldItem As IVsUIDataSource,
nItem As UInteger
) As Integer
Parametry
pCollection
Type: Microsoft.VisualStudio.Shell.Interop.IVsUICollection[in] Kolekcja, która została zmieniona.
pNewItem
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource[in] Nowy element.
pOldItem
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource[in] Zastąpionego elementu.
nItem
Type: System.UInt32[in] Liczony od zera indeks elementu, która się zmieniła.
Wartość zwracana
Type: System.Int32
Ignorowane.
Zobacz też
Interfejs IVsUICollectionChangeEvents
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku