Aracılığıyla paylaş


IVsSolutionBuildManager.UnadviseUpdateSolutionEvents Yöntem (UInt32)

 

Arayan için dinleyicileri 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, döndürür S_OK. Başarısız olursa, bir hata kodu döndürür.

Notlar

COM imza

Vsshell.idl:

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

Ayrıca bkz.

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

Başa dön