IVsCommandWindowsCollection 接口

定义

操作 Visual Studio 维护的 commandwindows 列表中的窗口。 可以从 SVsCommandWindowsCollection (SID_SVsCommandWindowsCollection) 服务获取接口的实例。

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
属性

方法

Close(UInt32)

关闭指定的命令窗口。

CloseAllCommandWindows()

关闭所有命令窗口。

Create(UInt32, UInt32, Int32, UInt32)

在指定的模式下创建新的命令窗口。

GetCommandWindowFromCookie(UInt32, Object)

检索指定 cookie 的命令窗口接口。

GetCommandWindowFromMode(UInt32, Object)

检索指定模式的命令窗口接口。

IsOutputWaiting(UInt32)

确定指定的窗口是否有要呈现的输出。

OpenExistingOrCreateNewCommandWindow(UInt32, Int32, UInt32)

打开一个现有的命令窗口或创建一个新窗口。

SetRunningCommandWindowCommand(UInt32, Int32)

指示命令窗口是否正在运行 (或未) 命令运行。

适用于