ResolvedStackFrame.SourceLocation Property

Definition

Gets the SourceLocation for this stack frame. If there is no source location or the source location cannot be determined, null is returned.

public:
 property Microsoft::VisualStudio::IntelliTrace::IntelliTraceSourceLocation ^ SourceLocation { Microsoft::VisualStudio::IntelliTrace::IntelliTraceSourceLocation ^ get(); };
public:
 property Microsoft::VisualStudio::IntelliTrace::IntelliTraceSourceLocation ^ SourceLocation { Microsoft::VisualStudio::IntelliTrace::IntelliTraceSourceLocation ^ get(); };
public Microsoft.VisualStudio.IntelliTrace.IntelliTraceSourceLocation SourceLocation { get; }
member this.SourceLocation : Microsoft.VisualStudio.IntelliTrace.IntelliTraceSourceLocation
Public ReadOnly Property SourceLocation As IntelliTraceSourceLocation

Property Value

Applies to