UIRecordedEvent.StackFrameIndex Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

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

Syntax

'Declaration
Public Property StackFrameIndex As Integer
    Get
    Private Set
'Usage
Dim instance As UIRecordedEvent
Dim value As Integer

value = instance.StackFrameIndex
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

UIRecordedEvent Class

UIRecordedEvent Members

Microsoft.VisualStudio.TraceLog Namespace