IDebugStepCompleteEvent90 Interface

Namespace:  Microsoft.VisualStudio.Debugger.Interop
Assembly:  Microsoft.VisualStudio.Debugger.Interop.10.0 (in Microsoft.VisualStudio.Debugger.Interop.10.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("82D3F946-C2F8-495B-8B5F-9C30ACDC6C81")> _
Public Interface IDebugStepCompleteEvent90
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("82D3F946-C2F8-495B-8B5F-9C30ACDC6C81")]
public interface IDebugStepCompleteEvent90
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"82D3F946-C2F8-495B-8B5F-9C30ACDC6C81")]
public interface class IDebugStepCompleteEvent90
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("82D3F946-C2F8-495B-8B5F-9C30ACDC6C81")>]
type IDebugStepCompleteEvent90 =  interface end
public interface IDebugStepCompleteEvent90

The IDebugStepCompleteEvent90 type exposes the following members.

Methods

  Name Description
Public method EnumBreakpoints
Public method GetStepStatus

Top

See Also

Reference

Microsoft.VisualStudio.Debugger.Interop Namespace