SourceLocation Constructor

 

Namespace:   Microsoft.VisualStudio.GraphModel.CodeSchema
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

NameDescription
System_CAPS_pubmethodSourceLocation(String^, Position)

Creates an instance of the SourceLocation with the given file name and position in the file.

System_CAPS_pubmethodSourceLocation(String^, Position, Position)

Creates an instance of the SourceLocation with the given file name and start/end positions in the file.

System_CAPS_pubmethodSourceLocation(Uri^, Position)

Creates an instance of the SourceLocation with the given file name URI and position in the file.

System_CAPS_pubmethodSourceLocation(Uri^, Position, Position)

Creates an instance of the SourceLocation with the given file name URI and start/end positions in the file.

Return to top
Show: