Método IVsHierarchyEvents.OnItemDeleted (UInt32)
Publicado: abril de 2016
Notifica os clientes quando um item é excluído da hierarquia.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int OnItemDeleted(
uint itemid
)
int OnItemDeleted(
unsigned int itemid
)
abstract OnItemDeleted :
itemid:uint32 -> int
Function OnItemDeleted (
itemid As UInteger
) As Integer
Parâmetros
- itemid
[in] Identificador do item excluído.Este é o mesmo identificador atribuído ao novo item pela hierarquia de quando ele é adicionado à hierarquia.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsHierarchyEvents::OnItemDeleted(
[in] VSITEMID itemid
);
Consulte também
Interface IVsHierarchyEvents
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo