Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
<InterfaceTypeAttribute()> _
<GuidAttribute("C21C16A2-1612-4995-B445-F7B1C1657878")> _
Public Interface IVsLaunchPadFactory
'Uso
Dim instance As IVsLaunchPadFactory
[InterfaceTypeAttribute()]
[GuidAttribute("C21C16A2-1612-4995-B445-F7B1C1657878")]
public interface IVsLaunchPadFactory
[InterfaceTypeAttribute()]
[GuidAttribute(L"C21C16A2-1612-4995-B445-F7B1C1657878")]
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: