ResolvedStackFrame.SourceLocation Property
Gets the SourceLocation for this stack frame.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
Syntax
'Declaration
Public ReadOnly Property SourceLocation As IntelliTraceSourceLocation
public IntelliTraceSourceLocation SourceLocation { get; }
public:
property IntelliTraceSourceLocation^ SourceLocation {
IntelliTraceSourceLocation^ get ();
}
member SourceLocation : IntelliTraceSourceLocation with get
function get SourceLocation () : IntelliTraceSourceLocation
Property Value
Type: Microsoft.VisualStudio.IntelliTrace.IntelliTraceSourceLocation
Remarks
If no source location exists or the source location cannot be determined, null is returned.
.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.