IVsLaunchPad2 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
执行命令,并在 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
- 属性
实施者说明
由环境实现。 调用后由 QI 检索的接口 CreateLaunchPad(IVsLaunchPad) 。 此接口用于启动控制台应用程序。 当项目生成命令行工具和批处理文件作为其生成过程的一部分,并且需要能够分析任务列表项信息的工具输出时,此方法非常有用。
调用方说明
由环境实现。 调用后由 QI 检索的接口 CreateLaunchPad(IVsLaunchPad) 。 此接口用于启动控制台应用程序。 当项目生成命令行工具和批处理文件作为其生成过程的一部分,并且需要能够分析任务列表项信息的工具输出时,此方法非常有用。
方法
| ExecCommandEx(String, String, String, UInt32, IVsOutputWindowPane, UInt32, UInt32, String, IVsLaunchPadEvents, IVsLaunchPadOutputParser, UInt32[], String[]) |
执行一个命令,该命令的输出显示在 IDE 的输出窗格中,并以指定的格式分析输出字符串。 |