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.
Provides notice that the debugger is about to stop. Used as the VsDebugTargetInfo2 argument in the LaunchDebugTargets2 method of the IVsDebugger2 interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaración
<GuidAttribute("23320EFC-7C7A-4C3D-AD85-93A4E620FDD0")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDebugProcessNotify
'Uso
Dim instance As IVsDebugProcessNotify
[GuidAttribute("23320EFC-7C7A-4C3D-AD85-93A4E620FDD0")]
[InterfaceTypeAttribute()]
public interface IVsDebugProcessNotify
[GuidAttribute(L"23320EFC-7C7A-4C3D-AD85-93A4E620FDD0")]
[InterfaceTypeAttribute()]
public interface class IVsDebugProcessNotify
[<GuidAttribute("23320EFC-7C7A-4C3D-AD85-93A4E620FDD0")>]
[<InterfaceTypeAttribute()>]
type IVsDebugProcessNotify = interface end
public interface IVsDebugProcessNotify