MessageLocation Properties |
The MessageLocation type exposes the following members.
Name | Description | |
---|---|---|
CodeElement |
Element of code (reflection object or Declaration) from which the location must be resolved.
| |
EndColumn |
Gets the ending column in the file that caused the
message.
| |
EndLine |
Gets the ending line in the file that caused the message.
| |
File |
Gets the name of the file that caused the message.
| |
StartColumn |
Gets the starting column in the file that caused the message.
| |
StartLine |
Gets the starting line in the file that caused the message.
|