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

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("0660CD86-F3AB-4008-930D-BAE8B10FF8CA")> _
Public Interface IVsCommandWindow
‘사용 방법
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0660CD86-F3AB-4008-930D-BAE8B10FF8CA")>]
type IVsCommandWindow =  interface end
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