IVsSolutionEvents2.OnAfterCloseSolution – metoda (Object)
Byl uzavřen řešení upozorní naslouchání klientům.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
int OnAfterCloseSolution(
object pUnkReserved
)
int OnAfterCloseSolution(
Object^ pUnkReserved
)
abstract OnAfterCloseSolution :
pUnkReserved:Object -> int
Function OnAfterCloseSolution (
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
IVsSolutionEvents.OnAfterCloseSolution(Object)
Poznámky
Podpis COM
Z vsshell.idl:
HRESULT IVsSolutionEvents2::OnAfterCloseSolution(
[in] IUnknown *pUnkReserved
);
Viz také
IVsSolutionEvents2 – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek