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.
Responds to queries about how the project would launch the debugger. An optional interface implemented on the project configuration object by projects that can be start projects.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("CE25FCEE-9E4D-4EC8-856E-38E2BDB2E13B")> _
Public Interface IVsQueryDebuggableProjectCfg
'Uso
Dim instance As IVsQueryDebuggableProjectCfg
[InterfaceTypeAttribute()]
[GuidAttribute("CE25FCEE-9E4D-4EC8-856E-38E2BDB2E13B")]
public interface IVsQueryDebuggableProjectCfg
[InterfaceTypeAttribute()]
[GuidAttribute(L"CE25FCEE-9E4D-4EC8-856E-38E2BDB2E13B")]
public interface class IVsQueryDebuggableProjectCfg
[<InterfaceTypeAttribute()>]
[<GuidAttribute("CE25FCEE-9E4D-4EC8-856E-38E2BDB2E13B")>]
type IVsQueryDebuggableProjectCfg = interface end
public interface IVsQueryDebuggableProjectCfg
Remarks
Make your implementation available through the get_CfgType method of the IVsProjectCfg2 interface.
See Also
Reference
IVsQueryDebuggableProjectCfg Members