IVsSolutionEvents3.OnBeforeCloseSolution – metoda (Object)
Upozorní naslouchání klientům, že řešení bude uzavřen.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
int OnBeforeCloseSolution(
object pUnkReserved
)
int OnBeforeCloseSolution(
Object^ pUnkReserved
)
abstract OnBeforeCloseSolution :
pUnkReserved:Object -> int
Function OnBeforeCloseSolution (
pUnkReserved As Object
) As Integer
Parametry
- pUnkReserved
[v] Vyhrazeno pro budoucí použití.
Vrácená hodnota
Type: System.Int32
Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.
Implementuje
IVsSolutionEvents2.OnBeforeCloseSolution(Object)
Poznámky
Podpis COM
Z vsshell.idl:
HRESULT IVsSolutionEvents3::OnBeforeCloseSolution(
[in] IUnknown *pUnkReserved
);
Viz také
IVsSolutionEvents3 – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek