IVsLaunchPadOutputParser Interface

Definition

Parses tool output lines for task list item or navigation information. Implemented by callers of the ExecCommandEx(String, String, String, UInt32, IVsOutputWindowPane, UInt32, UInt32, String, IVsLaunchPadEvents, IVsLaunchPadOutputParser, UInt32[], String[]) method of the IVsLaunchPad2 interface.

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
Attributes

Methods

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

Calls ParseOutputStringForInfo to the launch pad If task item text is returned, the launch pad creates a task list item by using the information it returned. If only filename and line number information is returned, the launch pad adds the line to the output window and uses the filename and line number as the navigation information for the output line.

Applies to