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
'Usage
Dim instance As IVsCommandWindow2
[GuidAttribute("E22363B8-E7D3-49B5-B094-7395BB35CE13")]
[InterfaceTypeAttribute()]
public interface IVsCommandWindow2
[GuidAttribute(L"E22363B8-E7D3-49B5-B094-7395BB35CE13")]
[InterfaceTypeAttribute()]
public interface class IVsCommandWindow2
public interface IVsCommandWindow2

See Also

Reference

IVsCommandWindow2 Members

Microsoft.VisualStudio.Shell.Interop Namespace