DkmStepper.ShouldCaptureReturnValue 属性

定义

在托管调试中,它指示分档器是否需要在单步执行过程中捕获返回值。 默认值为 false。

此 API 是在 Visual Studio 12 RTM (VS12RTM) 中引入的。

public:
 property bool ShouldCaptureReturnValue { bool get(); };
public:
 property bool ShouldCaptureReturnValue { bool get(); };
public bool ShouldCaptureReturnValue { get; }
member this.ShouldCaptureReturnValue : bool
Public ReadOnly Property ShouldCaptureReturnValue As Boolean

属性值

Boolean

适用于