Share via


ResolvedStackFrame.SourceLocation Property

Gets the SourceLocation for this stack frame.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

‘선언
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

See Also

Reference

ResolvedStackFrame Class

Microsoft.VisualStudio.IntelliTrace Namespace