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

‘선언
<GuidAttribute("C21C16A2-1612-4995-B445-F7B1C1657878")> _
<InterfaceTypeAttribute()> _
Public Interface IVsLaunchPadFactory
‘사용 방법
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

See Also

Reference

IVsLaunchPadFactory Members

Microsoft.VisualStudio.Shell.Interop Namespace