Compartilhar via


Representante _dispSolutionEvents_QueryCloseSolutionEventHandler

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 _dispSolutionEvents_QueryCloseSolutionEventHandler ( _
    <OutAttribute> ByRef fCancel As Boolean _
)

Dim instance As New _dispSolutionEvents_QueryCloseSolutionEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispSolutionEvents_QueryCloseSolutionEventHandler(
    out bool fCancel
)
[ComVisibleAttribute(false)]
public delegate void _dispSolutionEvents_QueryCloseSolutionEventHandler(
    [InAttribute] [OutAttribute] bool% fCancel
)
O JScript não oferece suporte a delegados.

Parâmetros

Consulte também

Referência

Espaço para nome EnvDTE