Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the call stack for the thread at this checkpoint.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Dichiarazione
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.