Aracılığıyla paylaş


IVsSolution2.UnadviseSolutionEvents Yöntem (UInt32)

 

Bir istemcinin çözüm olay bildirimleri alma devre dışı bırakır.

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

Sözdizimi

int UnadviseSolutionEvents(
    uint dwCookie
)
int UnadviseSolutionEvents(
    unsigned int dwCookie
)
abstract UnadviseSolutionEvents : 
        dwCookie:uint32 -> int
Function UnadviseSolutionEvents (
    dwCookie As UInteger
) As Integer

Parametreler

  • dwCookie
    Type: System.UInt32

    [in] Çözüm olaylarını bildirim devre dışı bırakılacağı istemci soyut işleyicisi.

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.

Uygulanan

IVsSolution.UnadviseSolutionEvents(UInt32)

Notlar

COM imza

Vsshell.idl:

HRESULT IVsSolution2::UnadviseSolutionEvents(
   [in] VSCOOKIE dwCookie
);

Bu aynı olan dwCookie oturum çağrısına geçirilen AdviseSolutionEvents.

Ayrıca bkz.

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

Başa dön