IVsLaunchPadOutputParser Interface

Parses tool output lines for task list item or navigation information. Implemented by callers of the ExecCommandEx method of the IVsLaunchPad2 interface.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("A9832932-5F3B-487D-A80D-95115EADDAC3")> _
Public Interface IVsLaunchPadOutputParser
[InterfaceTypeAttribute()]
[GuidAttribute("A9832932-5F3B-487D-A80D-95115EADDAC3")]
public interface IVsLaunchPadOutputParser
[InterfaceTypeAttribute()]
[GuidAttribute(L"A9832932-5F3B-487D-A80D-95115EADDAC3")]
public interface class IVsLaunchPadOutputParser
[<InterfaceTypeAttribute()>]
[<GuidAttribute("A9832932-5F3B-487D-A80D-95115EADDAC3")>]
type IVsLaunchPadOutputParser =  interface end
public interface IVsLaunchPadOutputParser

The IVsLaunchPadOutputParser type exposes the following members.

Methods

  Name Description
Public method ParseOutputStringForInfo 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.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace