Sdílet prostřednictvím


IVsSolutionEvents.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.

Poznámky

Podpis COM

Z vsshell.idl:

HRESULT IVsSolutionEvents::OnBeforeCloseSolution(
   [in] IUnknown *pUnkReserved
);

Viz také

IVsSolutionEvents – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek