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)

[GuidAttribute("c21c16a2-1612-4995-b445-f7b1c1657878")]
[ComVisibleAttribute(false)]
[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.

Return to top
Show: