SVsLaunchPadFactory Interface

Definition

Passed to GetService(Type) to return a reference to IVsLaunchPadFactory.

public interface class SVsLaunchPadFactory
public interface class SVsLaunchPadFactory
__interface SVsLaunchPadFactory
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.Guid("c21c16a2-1612-4995-b445-f7b1c1657878")]
public interface SVsLaunchPadFactory
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.Guid("c21c16a2-1612-4995-b445-f7b1c1657878")>]
type SVsLaunchPadFactory = interface
Public Interface SVsLaunchPadFactory
Attributes

Remarks

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.

Applies to