SourceLocation Constructor (String^, Position)

 

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

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

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