IVsSolutionEvents.OnBeforeCloseSolution(Object) Método

Definição

Notifica os clientes de escuta que a solução está prestes a ser fechada.

public:
 int OnBeforeCloseSolution(System::Object ^ pUnkReserved);
public:
 int OnBeforeCloseSolution(Platform::Object ^ pUnkReserved);
int OnBeforeCloseSolution(winrt::Windows::Foundation::IInspectable const & pUnkReserved);
public int OnBeforeCloseSolution (object pUnkReserved);
abstract member OnBeforeCloseSolution : obj -> int
Public Function OnBeforeCloseSolution (pUnkReserved As Object) As Integer

Parâmetros

pUnkReserved
Object

no Reservado para uso futuro.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De VSShell. idl:

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

Aplica-se a