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

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0660CD86-F3AB-4008-930D-BAE8B10FF8CA")> _
Public Interface IVsCommandWindow
'Usage
Dim instance As IVsCommandWindow
[InterfaceTypeAttribute()]
[GuidAttribute("0660CD86-F3AB-4008-930D-BAE8B10FF8CA")]
public interface IVsCommandWindow
[InterfaceTypeAttribute()]
[GuidAttribute(L"0660CD86-F3AB-4008-930D-BAE8B10FF8CA")]
public interface class IVsCommandWindow
public interface IVsCommandWindow

Remarks

You can set the mode of the Command Window with the IVsCommandWindow2 interface.

See Also

Reference

IVsCommandWindow Members

Microsoft.VisualStudio.Shell.Interop Namespace