IDebugStepper90 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("C0AA96A2-AE7C-4D80-8831-C7C720F14CCA")> _
Public Interface IDebugStepper90
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("C0AA96A2-AE7C-4D80-8831-C7C720F14CCA")]
public interface IDebugStepper90
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"C0AA96A2-AE7C-4D80-8831-C7C720F14CCA")]
public interface class IDebugStepper90
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("C0AA96A2-AE7C-4D80-8831-C7C720F14CCA")>]
type IDebugStepper90 =  interface end
public interface IDebugStepper90

The IDebugStepper90 type exposes the following members.

Methods

  Name Description
Public method GetStepKind
Public method Step

Top

See Also

Reference

Microsoft.VisualStudio.Debugger.Interop Namespace