IVsLaunchPad2 Interface

Executes a command with output displayed to an output pane in the Visual Studio IDE. Similar to IVsLaunchPad but ExecCommandEx method allows the parsed output string to be in a non-standard format. Executes a command with output displayed to an output pane in the Visual Studio IDE. Similar to IVsLaunchPad, but ExecCommandEx method allows the parsed output string to be in a non-standard format.

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

Syntax

'Declaration
<GuidAttribute("0DBD685A-0A10-4E25-B88E-02E58E60785E")> _
<InterfaceTypeAttribute()> _
Public Interface IVsLaunchPad2
[GuidAttribute("0DBD685A-0A10-4E25-B88E-02E58E60785E")]
[InterfaceTypeAttribute()]
public interface IVsLaunchPad2
[GuidAttribute(L"0DBD685A-0A10-4E25-B88E-02E58E60785E")]
[InterfaceTypeAttribute()]
public interface class IVsLaunchPad2
[<GuidAttribute("0DBD685A-0A10-4E25-B88E-02E58E60785E")>]
[<InterfaceTypeAttribute()>]
type IVsLaunchPad2 =  interface end
public interface IVsLaunchPad2

The IVsLaunchPad2 type exposes the following members.

Methods

  Name Description
Public method ExecCommandEx Executes a command with output displayed to an output pane in the IDE and parses the output string in a specified format.

Top

Remarks

Notes to Implementers

Implemented by the Environment. Interface retrieved by QI after calling CreateLaunchPad. This interface is used to launch a console application. It is useful when a project generates command line tools and batch files as a part of its build process, and needs the ability to parse the tool output for task list item information.

Notes to Callers

Implemented by the Environment. Interface retrieved by QI after calling CreateLaunchPad. This interface is used to launch a console application. It is useful when a project generates command line tools and batch files as a part of its build process, and needs the ability to parse the tool output for task list item information.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace