IVsCommandWindowsCollection Interface

Definition

Manipulates windows in the commandwindows list that Visual Studio maintains. You can get an instance of the interface from the SVsCommandWindowsCollection (SID_SVsCommandWindowsCollection) service.

public interface class IVsCommandWindowsCollection
public interface class IVsCommandWindowsCollection
__interface IVsCommandWindowsCollection
[System.Runtime.InteropServices.Guid("615FF029-FEFA-492C-8CD2-C3F66644C3F9")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsCommandWindowsCollection
[<System.Runtime.InteropServices.Guid("615FF029-FEFA-492C-8CD2-C3F66644C3F9")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsCommandWindowsCollection = interface
Public Interface IVsCommandWindowsCollection
Attributes

Methods

Close(UInt32)

Closes the specified command window.

CloseAllCommandWindows()

Closes all command windows.

Create(UInt32, UInt32, Int32, UInt32)

Creates a new command window in the specified mode.

GetCommandWindowFromCookie(UInt32, Object)

Retrieves a command window interface for the specified cookie.

GetCommandWindowFromMode(UInt32, Object)

Retrieves a command window interface for the specified mode.

IsOutputWaiting(UInt32)

Determines if there is output to render for the specified window.

OpenExistingOrCreateNewCommandWindow(UInt32, Int32, UInt32)

Opens an existing command window or creates a new one.

SetRunningCommandWindowCommand(UInt32, Int32)

Indicates whether a command window is running (or not running) a command.

Applies to