Udostępnij za pośrednictwem


Metoda IVsSolutionEvents2.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.

Uwagi

Podpis COM

Z vsshell.idl:

HRESULT IVsSolutionEvents2::OnAfterMergeSolution(
   [in] IUnknown *pUnkReserved
);

Zobacz też

Interfejs IVsSolutionEvents2
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku