Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
<GuidAttribute("c21c16a2-1612-4995-b445-f7b1c1657878")> _
<ComVisibleAttribute(False)> _
<GuidAttribute("c21c16a2-1612-4995-b445-f7b1c1657878")> _
Public Interface SVsLaunchPadFactory
[GuidAttribute("c21c16a2-1612-4995-b445-f7b1c1657878")]
[ComVisibleAttribute(false)]
[GuidAttribute("c21c16a2-1612-4995-b445-f7b1c1657878")]
public interface SVsLaunchPadFactory
[GuidAttribute(L"c21c16a2-1612-4995-b445-f7b1c1657878")]
[ComVisibleAttribute(false)]
[GuidAttribute(L"c21c16a2-1612-4995-b445-f7b1c1657878")]
public interface class SVsLaunchPadFactory
[<GuidAttribute("c21c16a2-1612-4995-b445-f7b1c1657878")>]
[<ComVisibleAttribute(false)>]
[<GuidAttribute("c21c16a2-1612-4995-b445-f7b1c1657878")>]
type SVsLaunchPadFactory = interface end
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.