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
- 屬性
給實施者的注意事項
環境所實作。 呼叫 CreateLaunchPad(IVsLaunchPad) 之後,QI 所擷取的介面。 此介面可用來啟動主控台應用程式。 當專案在其建置過程中產生命令列工具和批次檔,而且需要能夠剖析工作清單專案資訊的工具輸出時,它很有用。
給呼叫者的注意事項
環境所實作。 呼叫 CreateLaunchPad(IVsLaunchPad) 之後,QI 所擷取的介面。 此介面可用來啟動主控台應用程式。 當專案在其建置過程中產生命令列工具和批次檔,而且需要能夠剖析工作清單專案資訊的工具輸出時,它很有用。
方法
ExecCommandEx(String, String, String, UInt32, IVsOutputWindowPane, UInt32, UInt32, String, IVsLaunchPadEvents, IVsLaunchPadOutputParser, UInt32[], String[]) |
執行命令,其輸出會顯示在 IDE 中的輸出窗格,並以指定的格式剖析輸出字串。 |