Freigeben über


_dispSolutionEvents.QueryCloseSolution-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

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

Syntax

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

Parameter

  • fCancel
    Typ: System.Boolean%
    Angabe darüber, ob das Ende abgebrochen wurde.

.NET Framework-Sicherheit

Siehe auch

Referenz

_dispSolutionEvents Schnittstelle

EnvDTE-Namespace