Método IVsUIDynamicCollection.UnadviseCollectionChangeEvents (UInt32)

 

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