IVsSolutionEvents.OnQueryCloseSolution – metoda (Object, Int32)
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
int OnQueryCloseSolution(
object pUnkReserved,
ref int pfCancel
)
int OnQueryCloseSolution(
Object^ pUnkReserved,
int% pfCancel
)
abstract OnQueryCloseSolution :
pUnkReserved:Object *
pfCancel:int byref -> int
Function OnQueryCloseSolution (
pUnkReserved As Object,
ByRef pfCancel As Integer
) As Integer
Parametry
- pUnkReserved
[v] Vyhrazeno pro budoucí použití.
- pfCancel
[výstup] true Pokud klient vetovala zavření řešení.falsePokud klient schválit uzavření řešení.
Vrácená hodnota
Type: System.Int32
Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.
Poznámky
Podpis COM
Z vsshell.idl:
HRESULT IVsSolutionEvents::OnQueryCloseSolution(
[in] IUnknown *pUnkReserved,
[in,out] BOOL *pfCancel
);
Viz také
IVsSolutionEvents – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek