ResolvedStackFrame.SourceLocation Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the source location for this stack frame.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public ReadOnly Property SourceLocation As SourceLocation
Get
'Usage
Dim instance As ResolvedStackFrame
Dim value As SourceLocation
value = instance.SourceLocation
public SourceLocation SourceLocation { get; }
public:
property SourceLocation^ SourceLocation {
SourceLocation^ get ();
}
member SourceLocation : SourceLocation
function get SourceLocation () : SourceLocation
Property Value
Type: Microsoft.VisualStudio.TraceLog.SourceLocation
Remarks
If there is no source location 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.