IVsCommandWindowsCollection Interface

 

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

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[GuidAttribute("615FF029-FEFA-492C-8CD2-C3F66644C3F9")]
[InterfaceTypeAttribute(1)]
public interface IVsCommandWindowsCollection

NameDescription
System_CAPS_pubmethodClose(UInt32)

Closes the specified command window.

System_CAPS_pubmethodCloseAllCommandWindows()

Closes all command windows.

System_CAPS_pubmethodCreate(UInt32, UInt32, Int32, UInt32)

Creates a new command window in the specified mode.

System_CAPS_pubmethodGetCommandWindowFromCookie(UInt32, Object)

Retrieves a command window interface for the specified cookie.

System_CAPS_pubmethodGetCommandWindowFromMode(UInt32, Object)

Retrieves a command window interface for the specified mode.

System_CAPS_pubmethodIsOutputWaiting(UInt32)

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

System_CAPS_pubmethodOpenExistingOrCreateNewCommandWindow(UInt32, Int32, UInt32)

Opens an existing command window or creates a new one.

System_CAPS_pubmethodSetRunningCommandWindowCommand(UInt32, Int32)

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

Return to top
Show: