IntelliTraceSourceLocation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |