Metoda IVsSolutionEvents3.OnAfterCloseSolution — (Object)
Powiadamia klientów nasłuchiwania rozwiązanie zostało zamknięte.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)
Składnia
int OnAfterCloseSolution(
object pUnkReserved
)
int OnAfterCloseSolution(
Object^ pUnkReserved
)
abstract OnAfterCloseSolution :
pUnkReserved:Object -> int
Function OnAfterCloseSolution (
pUnkReserved As Object
) As Integer
Parametry
- pUnkReserved
[w] Zarezerwowane do użytku w przyszłości.
Wartość zwracana
Type: System.Int32
Jeśli metoda się powiedzie, zwraca S_OK.Jeśli nie powiedzie się, zwraca kod błędu.
Implementuje
IVsSolutionEvents2.OnAfterCloseSolution(Object)
Uwagi
Podpis COM
Z vsshell.idl:
HRESULT IVsSolutionEvents3::OnAfterCloseSolution(
[in] IUnknown *pUnkReserved
);
Zobacz też
Interfejs IVsSolutionEvents3
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku