Método IVsUIDataSource.AdvisePropertyChangeEvents (IVsUIDataSourcePropertyChangeEvents, UInt32)
Registra-se para ser notificado quando uma propriedade é alterada.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int AdvisePropertyChangeEvents(
IVsUIDataSourcePropertyChangeEvents pAdvise,
out uint pCookie
)
int AdvisePropertyChangeEvents(
IVsUIDataSourcePropertyChangeEvents^ pAdvise,
[OutAttribute] unsigned int% pCookie
)
abstract AdvisePropertyChangeEvents :
pAdvise:IVsUIDataSourcePropertyChangeEvents *
pCookie:uint32 byref -> int
Function AdvisePropertyChangeEvents (
pAdvise As IVsUIDataSourcePropertyChangeEvents,
<OutAttribute> ByRef pCookie As UInteger
) As Integer
Parâmetros
- pAdvise
[in] A interface para chamar quando ocorre uma alteração.
- pCookie
[out] Local para retornar uma identificação para este coletor de eventos.
Valor de retorno
Type: System.Int32
Retorna S_OK se o coletor foi registrado.
Consulte também
Interface IVsUIDataSource
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo