Partager via


_dispSolutionEvents.QueryCloseSolution, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • fCancel
    Type : System.Boolean%
    Indique si la fermeture a été annulée.

Sécurité .NET Framework

Voir aussi

Référence

_dispSolutionEvents Interface

EnvDTE, espace de noms