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
'Usage
Dim instance As IVsLaunchPadFactory
[GuidAttribute("C21C16A2-1612-4995-B445-F7B1C1657878")]
[InterfaceTypeAttribute()]
public interface IVsLaunchPadFactory
[GuidAttribute(L"C21C16A2-1612-4995-B445-F7B1C1657878")]
[InterfaceTypeAttribute()]
public interface class IVsLaunchPadFactory
public interface IVsLaunchPadFactory

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

IVsLaunchPadFactory Members

Microsoft.VisualStudio.Shell.Interop Namespace