Reference3::Path Property
Visual Studio 2015
Gets the path to the reference file.
Assembly: VSLangProj80 (in VSLangProj80.dll)
Implements
Reference2::PathPath returns the path and file name of the reference, if it can be resolved. If the path cannot be resolved, then a blank string is returned. For information on resolving references, see Add.
The path cannot be a UNC or URL.
This example displays the name and the path for the first reference in an open Visual Basic or Visual C# project. To run this example as an add-in, see How to: Compile and Run the Automation Object Model Code Examples.
Show: