Método IVsMonitorSelection.SetCmdUIContext (UInt32, Int32)
Define o estado do contexto do comando de interface do usuário como ativo ou inativo.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int SetCmdUIContext(
uint dwCmdUICookie,
int fActive
)
int SetCmdUIContext(
unsigned int dwCmdUICookie,
int fActive
)
abstract SetCmdUIContext :
dwCmdUICookie:uint32 *
fActive:int -> int
Function SetCmdUIContext (
dwCmdUICookie As UInteger,
fActive As Integer
) As Integer
Parâmetros
- dwCmdUICookie
[in] Representação de DWORD do GUID identificando o contexto do comando da interface do usuário é passado como o rguidCmdUI parâmetro na chamada para GetCmdUIContextCookie.
- fActive
[out] Sinalizador estiver definido como true se o contexto do comando da interface do usuário deve ser definido como ativo e false se ela deve ser definida como inativa.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsMonitorSelection::SetCmdUIContext(
[in] VSCOOKIE dwCmdUICookie,
[in] BOOL fActive
);
Consulte também
Interface IVsMonitorSelection
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo