Share via


DiagnosticEvent.StackFrames Property

Gets the call stack for the thread at this DiagnosticEvent.

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

Syntax

‘선언
Public ReadOnly Property StackFrames As IList(Of IntelliTraceStackFrame)
    Get
public IList<IntelliTraceStackFrame> StackFrames { get; }
public:
property IList<IntelliTraceStackFrame^>^ StackFrames {
    IList<IntelliTraceStackFrame^>^ get ();
}
member StackFrames : IList<IntelliTraceStackFrame>
function get StackFrames () : IList<IntelliTraceStackFrame>

Property Value

Type: System.Collections.Generic.IList<IntelliTraceStackFrame>

.NET Framework Security

See Also

Reference

DiagnosticEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace