Metoda IVsHierarchyEvents.OnItemDeleted — (UInt32)
Powiadamia klientów, gdy element jest usuwany z hierarchii.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)
Składnia
int OnItemDeleted(
uint itemid
)
int OnItemDeleted(
unsigned int itemid
)
abstract OnItemDeleted :
itemid:uint32 -> int
Function OnItemDeleted (
itemid As UInteger
) As Integer
Parametry
itemid
Type: System.UInt32[in] Identyfikator usuniętego elementu. Jest to ten sam identyfikator przypisane do nowego elementu w hierarchii, gdy jest ona dodawana do hierarchii.
Wartość zwracana
Type: System.Int32
Jeśli metoda zakończy się pomyślnie, zwraca S_OK. Jeśli nie, zwraca kod błędu.
Uwagi
Podpis COM
Z vsshell.idl:
HRESULT IVsHierarchyEvents::OnItemDeleted(
[in] VSITEMID itemid
);
Zobacz też
Interfejs IVsHierarchyEvents
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku