IVsLaunchPadFactory Interface

ICreates an IVsLaunchPad object that can be used to spawn command line tools and batch files

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
<GuidAttribute("C21C16A2-1612-4995-B445-F7B1C1657878")> _
<InterfaceTypeAttribute()> _
Public Interface IVsLaunchPadFactory
[GuidAttribute("C21C16A2-1612-4995-B445-F7B1C1657878")]
[InterfaceTypeAttribute()]
public interface IVsLaunchPadFactory
[GuidAttribute(L"C21C16A2-1612-4995-B445-F7B1C1657878")]
[InterfaceTypeAttribute()]
public interface class IVsLaunchPadFactory
[<GuidAttribute("C21C16A2-1612-4995-B445-F7B1C1657878")>]
[<InterfaceTypeAttribute()>]
type IVsLaunchPadFactory =  interface end
public interface IVsLaunchPadFactory

The IVsLaunchPadFactory type exposes the following members.

Methods

  Name Description
Public method CreateLaunchPad Creates an IVsLaunchPad object that can be used to spawn command line tools and batch files.

Top

Remarks

See remarks in the method section.

For more information relating to the calling and implementing of this interfaces, see the Basic Projectand My C Packagesamples.

Notes to Implementers

Notes to Callers

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace