Compartilhar via


Método IVsUIDataSource.UnadvisePropertyChangeEvents (UInt32)

 

Pára de receber notificações quando propriedades são alteradas.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Sintaxe

int UnadvisePropertyChangeEvents(
    uint cookie
)
int UnadvisePropertyChangeEvents(
    unsigned int cookie
)
abstract UnadvisePropertyChangeEvents : 
        cookie:uint32 -> int
Function UnadvisePropertyChangeEvents (
    cookie As UInteger
) As Integer

Parâmetros

  • cookie
    [in] A identificação retornada por AdvisePropertyChangeEvents.

Valor de retorno

Type: System.Int32

Retorna S_OK se o coletor foi cancelado.

Consulte também

Interface IVsUIDataSource
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo