IVsSolutionEvents.OnBeforeCloseSolution(Object) Метод

Определение

Уведомляет прослушивающих клиентов, что решение сейчас закроется.

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

Параметры

pUnkReserved
Object

[in] Зарезервирован для будущего использования.

Возвращаемое значение

Int32

Если метод завершается успешно, возвращает значение S_OK. В противном случае функция возвращает код ошибки.

Комментарии

Подпись COM

Из всшелл. IDL:

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

Применяется к