Aracılığıyla paylaş


IVsSolutionBuildManager2.UnadviseUpdateSolutionEvents Yöntem (UInt32)

 

Arayan için dinleyiciler listesinden kaldırır IVsUpdateSolutionEvents2 olayları.

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

Sözdizimi

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

Parametreler

Dönüş Değeri

Type: System.Int32

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

Uygulanan

IVsSolutionBuildManager.UnadviseUpdateSolutionEvents(UInt32)

Notlar

com imzası

Vsshell.idl:

HRESULT IVsSolutionBuildManager2::UnadviseUpdateSolutionEvents(
   [in] VSCOOKIE dwCookie
);

Ayrıca bkz.

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

Başa dön