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 original StackFrame.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Dichiarazione
Public Property StackFrame As IntelliTraceStackFrame
Get
Private Set
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.