IVsLaunchPad Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | ExecBatchScript(String^, String^, UInt32, IVsOutputWindowPane^, UInt32, UInt32, String^, IVsLaunchPadEvents^, array<String^>^) | Creates a temporary batch file to be executed with output piped to an output pane in the IDE. |
![]() | ExecCommand(String^, String^, String^, UInt32, IVsOutputWindowPane^, UInt32, UInt32, String^, IVsLaunchPadEvents^, UInt32, array<String^>^) | Executes a command with output piped to an output pane in the IDE. |
![]() | ParseOutputStringForTaskItem(String^, array<UInt32>^, array<String^>^, array<UInt32>^, array<String^>^, array<Int32>^) | Parses an output string and sends the results to the output pane. |
Show:
