Método IVsUICollection.UnadviseCollectionChangeEvents (UInt32)
Publicado: abril de 2016
Pára indicando os eventos de coleção.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int UnadviseCollectionChangeEvents(
uint cookie
)
int UnadviseCollectionChangeEvents(
unsigned int cookie
)
abstract UnadviseCollectionChangeEvents :
cookie:uint32 -> int
Function UnadviseCollectionChangeEvents (
cookie As UInteger
) As Integer
Parâmetros
- cookie
[in] A identificação retornada quando o evento foi registrado.
Valor de retorno
Type: System.Int32
Retorna S_OK se a interface foi cancelada.
Comentários
Chamar essa função para parar de receber notificações, depois de chamar o AdviseCollectionChangeEvents.
Consulte também
Interface IVsUICollection
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo