ResolvedStackFrame.StackFrame Property
Gets the original StackFrame.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
Syntax
'Declaration
Public Property StackFrame As IntelliTraceStackFrame
public IntelliTraceStackFrame StackFrame { get; private set; }
public:
property IntelliTraceStackFrame^ StackFrame {
IntelliTraceStackFrame^ get ();
private: void set (IntelliTraceStackFrame^ value);
}
member StackFrame : IntelliTraceStackFrame with get, private set
function get StackFrame () : IntelliTraceStackFrame
private function set StackFrame (value : IntelliTraceStackFrame)
Property Value
Type: Microsoft.VisualStudio.IntelliTrace.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.