Compartilhar via


Representante _dispProjectsEvents_ItemRemovedEventHandler

Essa API oferece suporte à infra-estrutura do .NET Framework e não se destina a ser usado diretamente em seu código.

Microsoft somente uso interno.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE. dll)

Sintaxe

<ComVisibleAttribute(False)> _
Public Delegate Sub _dispProjectsEvents_ItemRemovedEventHandler ( _
    Project As Project _
)

Dim instance As New _dispProjectsEvents_ItemRemovedEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispProjectsEvents_ItemRemovedEventHandler(
    Project Project
)
[ComVisibleAttribute(false)]
public delegate void _dispProjectsEvents_ItemRemovedEventHandler(
    [InAttribute] Project^ Project
)
O JScript não oferece suporte a delegados.

Parâmetros

Consulte também

Referência

Espaço para nome EnvDTE