SVsLaunchPadFactory Interface
Passed to GetService to return a reference to IVsLaunchPadFactory.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
[GuidAttribute("c21c16a2-1612-4995-b445-f7b1c1657878")] [GuidAttribute("c21c16a2-1612-4995-b445-f7b1c1657878")] public interface SVsLaunchPadFactory
/** @attribute GuidAttribute("c21c16a2-1612-4995-b445-f7b1c1657878") */
/** @attribute GuidAttribute("c21c16a2-1612-4995-b445-f7b1c1657878") */
public interface SVsLaunchPadFactory
This interface creates an IVsLaunchPad object that can be used to spawn command line tools and batch files. The IVsLaunchPad object handles the chores of piping output to the output window and of allowing the user to cancel. If the user cancels, it kills the spawned process.