SourceLocation::FileName Property

 

Gets the file name this source location belongs to.

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

public:
property Uri^ FileName {
	Uri^ get();
}

Property Value

Type: System::Uri^

Returns Uri.

Return to top
Show: