Interface IVsCommandWindow2
Publicado: junho de 2016
Define o modo do janela comando. Você pode obter uma instância dessa interface do SVsCommandWindow service (SID_SVsCommandWindow).
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
[GuidAttribute("E22363B8-E7D3-49B5-B094-7395BB35CE13")]
[InterfaceTypeAttribute(1)]
public interface IVsCommandWindow2
[GuidAttribute("E22363B8-E7D3-49B5-B094-7395BB35CE13")]
[InterfaceTypeAttribute(1)]
public interface class IVsCommandWindow2
[<GuidAttribute("E22363B8-E7D3-49B5-B094-7395BB35CE13")>]
[<InterfaceTypeAttribute(1)>]
type IVsCommandWindow2 = interface end
<GuidAttribute("E22363B8-E7D3-49B5-B094-7395BB35CE13")>
<InterfaceTypeAttribute(1)>
Public Interface IVsCommandWindow2
Métodos
Nome | Descrição | |
---|---|---|
SetMode(UInt32) | Define o modo da janela de ferramentas da janela de comando. Implementado pelo ambiente. |
Consulte também
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo