IVsLaunchPadFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ICreates an IVsLaunchPad object that can be used to spawn command line tools and batch files
public interface class IVsLaunchPadFactory
public interface class IVsLaunchPadFactory
__interface IVsLaunchPadFactory
[System.Runtime.InteropServices.Guid("C21C16A2-1612-4995-B445-F7B1C1657878")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsLaunchPadFactory
[System.Runtime.InteropServices.Guid("C21C16A2-1612-4995-B445-F7B1C1657878")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsLaunchPadFactory
[<System.Runtime.InteropServices.Guid("C21C16A2-1612-4995-B445-F7B1C1657878")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsLaunchPadFactory = interface
[<System.Runtime.InteropServices.Guid("C21C16A2-1612-4995-B445-F7B1C1657878")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsLaunchPadFactory = interface
Public Interface IVsLaunchPadFactory
- Attributes
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.
Methods
CreateLaunchPad(IVsLaunchPad) |
Creates an IVsLaunchPad object that can be used to spawn command line tools and batch files. |