SourceLocation Constructor (String^, Position, Position)

 

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

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

public:
SourceLocation(
	String^ fileName,
	Position startPosition,
	Position endPosition
)
Return to top
Show: