DebuggerInteractionEvent.StackFrameIndex Property

Gets the stack frame index for the frame on the stack where the DebuggerInteractionEvent occurred.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

'Declaration
Public Property StackFrameIndex As Integer
    Get
    Private Set
public int StackFrameIndex { get; private set; }
public:
property int StackFrameIndex {
    int get ();
    private: void set (int value);
}
member StackFrameIndex : int with get, private set
function get StackFrameIndex () : int
private function set StackFrameIndex (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

DebuggerInteractionEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace