IVsCommandWindowsCollection Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
Show:
