IVsSolutionEvents3.OnBeforeCloseSolution(Object) Yöntem

Tanım

Dinleyen istemcilere çözümün kapatılmak üzere olduğunu bildirir.

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

Parametreler

pUnkReserved
Object

'ndaki Gelecekte kullanılmak üzere ayrılmıştır.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Uygulamalar

Açıklamalar

COM Imzası

Vsshell. IDL dosyasından:

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

Şunlara uygulanır