Método IVsSolutionBuildManager.UnadviseUpdateSolutionEvents (UInt32)
Publicado: abril de 2016
Remove o chamador da lista de ouvintes para IVsUpdateSolutionEvents2 eventos.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int UnadviseUpdateSolutionEvents(
uint dwCookie
)
int UnadviseUpdateSolutionEvents(
unsigned int dwCookie
)
abstract UnadviseUpdateSolutionEvents :
dwCookie:uint32 -> int
Function UnadviseUpdateSolutionEvents (
dwCookie As UInteger
) As Integer
Parâmetros
- dwCookie
[in] Palavra dupla, que contém o cookie recebido de uma chamada anterior a AdviseUpdateSolutionEvents.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsSolutionBuildManager::UnadviseUpdateSolutionEvents(
[in] VSCOOKIE dwCookie
);
Consulte também
Interface IVsSolutionBuildManager
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo