Aracılığıyla paylaş


IVsSolutionEvents.OnAfterCloseSolution Yöntem (Object)

 

Bir çözüm kapatıldı dinleme istemcileri bildirir.

Ad Alanı:   Microsoft.VisualStudio.Shell.Interop
Derleme:  Microsoft.VisualStudio.Shell.Interop (Microsoft.VisualStudio.Shell.Interop.dll içinde)

Sözdizimi

int OnAfterCloseSolution(
    object pUnkReserved
)
int OnAfterCloseSolution(
    Object^ pUnkReserved
)
abstract OnAfterCloseSolution : 
        pUnkReserved:Object -> int
Function OnAfterCloseSolution (
    pUnkReserved As Object
) As Integer

Parametreler

  • pUnkReserved
    Type: System.Object

    [in] Gelecekte kullanılmak üzere ayrılmış.

Dönüş Değeri

Type: System.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.

Notlar

COM imza

Vsshell.idl:

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

Ayrıca bkz.

IVsSolutionEvents Arabirim
Microsoft.VisualStudio.Shell.Interop Ad Alanı

Başa dön