IVsLaunchPad2 接口

定义

执行命令,其中输出显示在 Visual Studio IDE 中的输出窗格中。 IVsLaunchPad类似于 但 ExecCommandEx(String, String, String, UInt32, IVsOutputWindowPane, UInt32, UInt32, String, IVsLaunchPadEvents, IVsLaunchPadOutputParser, UInt32[], String[]) 方法允许分析的输出字符串采用非标准格式。 执行命令,其中输出显示在 Visual Studio IDE 中的输出窗格中。 类似于 IVsLaunchPad,但 ExecCommandEx(String, String, String, UInt32, IVsOutputWindowPane, UInt32, UInt32, String, IVsLaunchPadEvents, IVsLaunchPadOutputParser, UInt32[], String[]) 方法允许分析的输出字符串采用非标准格式。

public interface class IVsLaunchPad2
public interface class IVsLaunchPad2
__interface IVsLaunchPad2
[System.Runtime.InteropServices.Guid("0DBD685A-0A10-4E25-B88E-02E58E60785E")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsLaunchPad2
[<System.Runtime.InteropServices.Guid("0DBD685A-0A10-4E25-B88E-02E58E60785E")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsLaunchPad2 = interface
Public Interface IVsLaunchPad2
属性

实施者说明

由环境实现。 调用 CreateLaunchPad(IVsLaunchPad)后由 QI 检索的接口。 此接口用于启动控制台应用程序。 当项目在其生成过程中生成命令行工具和批处理文件,并且需要能够分析任务列表项信息的工具输出时,此功能非常有用。

调用方说明

由环境实现。 调用 CreateLaunchPad(IVsLaunchPad)后由 QI 检索的接口。 此接口用于启动控制台应用程序。 当项目在其生成过程中生成命令行工具和批处理文件,并且需要能够分析任务列表项信息的工具输出时,此功能非常有用。

方法

ExecCommandEx(String, String, String, UInt32, IVsOutputWindowPane, UInt32, UInt32, String, IVsLaunchPadEvents, IVsLaunchPadOutputParser, UInt32[], String[])

执行命令,其中输出显示在 IDE 中的输出窗格中,并分析指定格式的输出字符串。

适用于