IVsCommandWindow Interface
Enables the package to use the Command Window. You can get an instance of the interface from the SVsCommandWindow (SID_SVsCommandWindow) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
<GuidAttribute("0660CD86-F3AB-4008-930D-BAE8B10FF8CA")> _
<InterfaceTypeAttribute()> _
Public Interface IVsCommandWindow
Dim instance As IVsCommandWindow
[GuidAttribute("0660CD86-F3AB-4008-930D-BAE8B10FF8CA")]
[InterfaceTypeAttribute()]
public interface IVsCommandWindow
[GuidAttribute(L"0660CD86-F3AB-4008-930D-BAE8B10FF8CA")]
[InterfaceTypeAttribute()]
public interface class IVsCommandWindow
public interface IVsCommandWindow
Remarks
You can set the mode of the Command Window with the IVsCommandWindow2 interface.