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)
Syntax
'Declaración
<GuidAttribute("c21c16a2-1612-4995-b445-f7b1c1657878")> _
<GuidAttribute("c21c16a2-1612-4995-b445-f7b1c1657878")> _
Public Interface SVsLaunchPadFactory
'Uso
Dim instance As SVsLaunchPadFactory
[GuidAttribute("c21c16a2-1612-4995-b445-f7b1c1657878")]
[GuidAttribute("c21c16a2-1612-4995-b445-f7b1c1657878")]
public interface SVsLaunchPadFactory
[GuidAttribute(L"c21c16a2-1612-4995-b445-f7b1c1657878")]
[GuidAttribute(L"c21c16a2-1612-4995-b445-f7b1c1657878")]
public interface class SVsLaunchPadFactory
public interface SVsLaunchPadFactory
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.