IVsCommandWindow2 Interface
Sets the mode of the Command Window. You can get an instance of this interface from the SVsCommandWindow (SID_SVsCommandWindow) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("E22363B8-E7D3-49B5-B094-7395BB35CE13")> _
<InterfaceTypeAttribute()> _
Public Interface IVsCommandWindow2
[GuidAttribute("E22363B8-E7D3-49B5-B094-7395BB35CE13")]
[InterfaceTypeAttribute()]
public interface IVsCommandWindow2
[GuidAttribute(L"E22363B8-E7D3-49B5-B094-7395BB35CE13")]
[InterfaceTypeAttribute()]
public interface class IVsCommandWindow2
[<GuidAttribute("E22363B8-E7D3-49B5-B094-7395BB35CE13")>]
[<InterfaceTypeAttribute()>]
type IVsCommandWindow2 = interface end
public interface IVsCommandWindow2
The IVsCommandWindow2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
SetMode | Sets the mode of the Command Window tool window. Implemented by the environment. |
Top