IVsCommandWindow2 Interface

Definition

Sets the mode of the Command Window. You can get an instance of this interface from the SVsCommandWindow (SID_SVsCommandWindow) service.

public interface class IVsCommandWindow2
public interface class IVsCommandWindow2
__interface IVsCommandWindow2
[System.Runtime.InteropServices.Guid("E22363B8-E7D3-49B5-B094-7395BB35CE13")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsCommandWindow2
[<System.Runtime.InteropServices.Guid("E22363B8-E7D3-49B5-B094-7395BB35CE13")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsCommandWindow2 = interface
Public Interface IVsCommandWindow2
Attributes

Methods

SetMode(UInt32)

Sets the mode of the Command Window tool window. Implemented by the environment.

Applies to