Metoda IVsSolutionEvents3.OnAfterMergeSolution — (Object)
Powiadamia klientów nasłuchiwania wszystkie projekty zostały scalone w otwartych rozwiązania.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)
Składnia
int OnAfterMergeSolution(
object pUnkReserved
)
int OnAfterMergeSolution(
Object^ pUnkReserved
)
abstract OnAfterMergeSolution :
pUnkReserved:Object -> int
Function OnAfterMergeSolution (
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.OnAfterMergeSolution(Object)
Uwagi
Podpis COM
Z vsshell.idl:
HRESULT IVsSolutionEvents3::OnAfterMergeSolution(
[in] IUnknown *pUnkReserved
);
Zobacz też
Interfejs IVsSolutionEvents3
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku