Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
Pára de enviar notificações de alterações tot eh 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 do coletor para parar.
Valor de retorno
Type: System.Int32
Retorna S_OK se o coletor foi cancelado.
Implementações
IVsUICollection.UnadviseCollectionChangeEvents(UInt32)
Consulte também
Interface IVsUIDynamicCollection
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo