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.
Não há informações de método.Não use esse método.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int AdviseContextItemEvents(
IVsUserContextItemEvents pEvents,
out uint pdwCookie
)
int AdviseContextItemEvents(
IVsUserContextItemEvents^ pEvents,
[OutAttribute] unsigned int% pdwCookie
)
abstract AdviseContextItemEvents :
pEvents:IVsUserContextItemEvents *
pdwCookie:uint32 byref -> int
Function AdviseContextItemEvents (
pEvents As IVsUserContextItemEvents,
<OutAttribute> ByRef pdwCookie As UInteger
) As Integer
Parâmetros
- pEvents
Não use.
- pdwCookie
Não use.
Valor de retorno
Type: System.Int32
Consulte também
Interface IVsMonitorUserContext
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo