IVsUICollectionChangeEvents.OnAfterItemRemoved(IVsUICollection, IVsUIDataSource, UInt32) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Wird ausgelöst, nachdem ein Element aus der Auflistung entfernt wurde.
public:
int OnAfterItemRemoved(Microsoft::VisualStudio::Shell::Interop::IVsUICollection ^ pCollection, Microsoft::VisualStudio::Shell::Interop::IVsUIDataSource ^ pRemovedItem, System::UInt32 nItem);
public:
int OnAfterItemRemoved(Microsoft::VisualStudio::Shell::Interop::IVsUICollection ^ pCollection, Microsoft::VisualStudio::Shell::Interop::IVsUIDataSource ^ pRemovedItem, unsigned int nItem);
int OnAfterItemRemoved(Microsoft::VisualStudio::Shell::Interop::IVsUICollection const & pCollection, Microsoft::VisualStudio::Shell::Interop::IVsUIDataSource const & pRemovedItem, unsigned int nItem);
public int OnAfterItemRemoved (Microsoft.VisualStudio.Shell.Interop.IVsUICollection pCollection, Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource pRemovedItem, uint nItem);
abstract member OnAfterItemRemoved : Microsoft.VisualStudio.Shell.Interop.IVsUICollection * Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource * uint32 -> int
Public Function OnAfterItemRemoved (pCollection As IVsUICollection, pRemovedItem As IVsUIDataSource, nItem As UInteger) As Integer
Parameter
- pCollection
- IVsUICollection
[in] Die Auflistung, die geändert wurde.
- pRemovedItem
- IVsUIDataSource
[in] Das Element, das entfernt wurde.
- nItem
- UInt32
[in] Der nullbasierte Index für das Element, das entfernt wurde.
Gibt zurück
Ignoriert.