IntelliTraceSourceLocation Class

Definition

Describes a source range (starting line and column to ending line and column) in a source file.

public ref class IntelliTraceSourceLocation sealed
public ref class IntelliTraceSourceLocation sealed
class IntelliTraceSourceLocation sealed
public sealed class IntelliTraceSourceLocation
type IntelliTraceSourceLocation = class
Public NotInheritable Class IntelliTraceSourceLocation
Inheritance
IntelliTraceSourceLocation

Properties

EndColumn

Gets the ending column in the file for this source location.

EndLine

Gets the ending line in the file for this source location.

FileName

Gets the file name of the file for this source location.

StartColumn

Gets the starting column in the file for this source location.

StartLine

Gets the starting line in the file for this source location.

Applies to