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
'Declaración
<GuidAttribute("C21C16A2-1612-4995-B445-F7B1C1657878")> _
<InterfaceTypeAttribute()> _
Public Interface IVsLaunchPadFactory
'Uso
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
[<GuidAttribute("C21C16A2-1612-4995-B445-F7B1C1657878")>]
[<InterfaceTypeAttribute()>]
type IVsLaunchPadFactory = interface end
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