Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Protected Sub FireOnAfterItemRemoved ( _
removedItem As IVsUIDataSource, _
itemIndex As UInteger _
)
'Usage
Dim removedItem As IVsUIDataSource
Dim itemIndex As UInteger
Me.FireOnAfterItemRemoved(removedItem, _
itemIndex)
protected void FireOnAfterItemRemoved(
IVsUIDataSource removedItem,
uint itemIndex
)
protected:
void FireOnAfterItemRemoved(
IVsUIDataSource^ removedItem,
unsigned int itemIndex
)
member FireOnAfterItemRemoved :
removedItem:IVsUIDataSource *
itemIndex:uint32 -> unit
protected function FireOnAfterItemRemoved(
removedItem : IVsUIDataSource,
itemIndex : uint
)
Parameters
- removedItem
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource
- itemIndex
Type: System.UInt32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.