Share via


IVsLaunchPadOutputParser インターフェイス

定義

タスク リスト アイテムまたはナビゲーション情報のツール出力行を解析します。 インターフェイスの メソッドIVsLaunchPad2ExecCommandEx(String, String, String, UInt32, IVsOutputWindowPane, UInt32, UInt32, String, IVsLaunchPadEvents, IVsLaunchPadOutputParser, UInt32[], String[])呼び出し元によって実装されます。

public interface class IVsLaunchPadOutputParser
public interface class IVsLaunchPadOutputParser
__interface IVsLaunchPadOutputParser
[System.Runtime.InteropServices.Guid("A9832932-5F3B-487D-A80D-95115EADDAC3")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsLaunchPadOutputParser
[<System.Runtime.InteropServices.Guid("A9832932-5F3B-487D-A80D-95115EADDAC3")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsLaunchPadOutputParser = interface
Public Interface IVsLaunchPadOutputParser
属性

メソッド

ParseOutputStringForInfo(String, String[], UInt32[], UInt32[], String[], String[])

ParseOutputStringForInfo を起動パッドに呼び出す タスク項目のテキストが返された場合、launch pad は返された情報を使用してタスク リスト アイテムを作成します。 ファイル名と行番号の情報のみが返される場合、launch pad は出力ウィンドウに行を追加し、出力行のナビゲーション情報としてファイル名と行番号を使用します。

適用対象