Compartilhar via


Método _dispSolutionEvents.QueryCloseSolution

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

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

Sintaxe

'Declaração
Sub QueryCloseSolution ( _
    <OutAttribute> ByRef fCancel As Boolean _
)
void QueryCloseSolution(
    out bool fCancel
)
void QueryCloseSolution(
    [InAttribute] [OutAttribute] bool% fCancel
)
abstract QueryCloseSolution : 
        fCancel:bool byref -> unit 
function QueryCloseSolution(
    fCancel : boolean
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

_dispSolutionEvents Interface

Namespace EnvDTE