ResolvedStackFrame.SourceLocation Property
Gets the SourceLocation for this stack frame.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaração
Public ReadOnly Property SourceLocation As IntelliTraceSourceLocation
Get
public IntelliTraceSourceLocation SourceLocation { get; }
public:
property IntelliTraceSourceLocation^ SourceLocation {
IntelliTraceSourceLocation^ get ();
}
member SourceLocation : IntelliTraceSourceLocation
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.