Share via


IDebugStepper90.GetStepKind Method

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

Syntax

'Declaration
Function GetStepKind ( _
    <OutAttribute> ByRef pSK As UInteger _
) As Integer
int GetStepKind(
    out uint pSK
)
int GetStepKind(
    [OutAttribute] unsigned int% pSK
)
abstract GetStepKind : 
        pSK:uint32 byref -> int
function GetStepKind(
    pSK : uint
) : int

Parameters

  • pSK
    Type: UInt32%

Return Value

Type: Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IDebugStepper90 Interface

Microsoft.VisualStudio.Debugger.Interop Namespace