Método IVsCommandWindowsCollection.GetCommandWindowFromCookie (UInt32, Object)
Publicado: abril de 2016
Recupera uma interface de janela de comando para o cookie especificado.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int GetCommandWindowFromCookie(
uint uCookie,
out object ppunkCmdWindow
)
int GetCommandWindowFromCookie(
unsigned int uCookie,
[OutAttribute] Object^% ppunkCmdWindow
)
abstract GetCommandWindowFromCookie :
uCookie:uint32 *
ppunkCmdWindow:Object byref -> int
Function GetCommandWindowFromCookie (
uCookie As UInteger,
<OutAttribute> ByRef ppunkCmdWindow As Object
) As Integer
Parâmetros
- uCookie
[in] Um cookie, retornado por Create, especificando a janela.
- ppunkCmdWindow
[out] Um ponteiro para um ponteiro para o IUnknown interface para a janela de comando.
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 vsshell80.idl:
HRESULT SetRunningCommandWindowCommand(
[in] UINT uCookie,
[in] BOOL fCmdWin
);
Consulte também
Interface IVsCommandWindowsCollection
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo