IVsCommandWindowsCollection Methods

 

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

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: