Metoda _dispSolutionEvents.QueryCloseSolution —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Microsoft tylko do użytku wewnętrznego.

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

'Deklaracja
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
)

Parametry

  • fCancel
    Typ: Boolean%

    Czy zamknięcie zostało anulowane.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

_dispSolutionEvents Interfejs

Przestrzeń nazw EnvDTE