Share via


IDebugStepCompleteEvent90.GetStepStatus Method

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

Syntax

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

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IDebugStepCompleteEvent90 Interface

Microsoft.VisualStudio.Debugger.Interop Namespace