SourceLocation Constructor
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.GraphModel.CodeSchema
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | SourceLocation(String^, Position) | Creates an instance of the SourceLocation with the given file name and position in the file. |
![]() | SourceLocation(String^, Position, Position) | Creates an instance of the SourceLocation with the given file name and start/end positions in the file. |
![]() | SourceLocation(Uri^, Position) | Creates an instance of the SourceLocation with the given file name URI and position in the file. |
![]() | SourceLocation(Uri^, Position, Position) | Creates an instance of the SourceLocation with the given file name URI and start/end positions in the file. |
Show:
