Método IVsMonitorSelection.UnadviseSelectionEvents (UInt32)
Cancela um registro para notificação de evento de seleção.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int UnadviseSelectionEvents(
uint dwCookie
)
int UnadviseSelectionEvents(
unsigned int dwCookie
)
abstract UnadviseSelectionEvents :
dwCookie:uint32 -> int
Function UnadviseSelectionEvents (
dwCookie As UInteger
) As Integer
Parâmetros
- dwCookie
[in] Identificador abstrato que representa o registro a ser cancelada.VSPackages registrar a notificação recebe um identificador abstrato que representa sua inscrição quando eles telefonam AdviseSelectionEvents.
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 IVsMonitorSelection::UnadviseSelectionEvents(
[in] VSCOOKIE dwCookie
);
Consulte também
Interface IVsMonitorSelection
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo