Método IVsCfgProviderEventsHelper.UnadviseCfgProviderEvents (UInt32)
Publicado: agosto de 2016
Chamado para remover ouvintes da matriz de ouvintes de eventos de configuração.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int UnadviseCfgProviderEvents(
uint dwCookie
)
int UnadviseCfgProviderEvents(
unsigned int dwCookie
)
abstract UnadviseCfgProviderEvents :
dwCookie:uint32 -> int
Function UnadviseCfgProviderEvents (
dwCookie As UInteger
) As Integer
Parâmetros
dwCookie
Type: System.UInt32[in] Token que representa o registro a ser cancelado.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retornará S_OK. Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsCfgProviderEventsHelper::UnadviseCfgProviderEvents(
[in] VSCOOKIE dwCookie
);
Chamadas para esse método de IVsCfgProvider2 resultará em clientes que está sendo removidos da matriz de ouvintes para ser notificado de eventos de configuração.
Consulte também
Interface IVsCfgProviderEventsHelper
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo