IVsSolutionEvents3.OnAfterCloseSolution(Object) Yöntem

Tanım

Bir çözümün kapatıldığını dinleyen istemcilere bildirir.

public:
 int OnAfterCloseSolution(System::Object ^ pUnkReserved);
public:
 int OnAfterCloseSolution(Platform::Object ^ pUnkReserved);
int OnAfterCloseSolution(winrt::Windows::Foundation::IInspectable const & pUnkReserved);
public int OnAfterCloseSolution (object pUnkReserved);
abstract member OnAfterCloseSolution : obj -> int
Public Function OnAfterCloseSolution (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::OnAfterCloseSolution(  
   [in] IUnknown *pUnkReserved  
);  

Şunlara uygulanır