SourceLocation Constructor (Uri^, Position)

 

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

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

public:
SourceLocation(
	Uri^ fileName,
	Position position
)
Return to top
Show: