Reference3::Path Property

 

Gets the path to the reference file.

Namespace:   VSLangProj80
Assembly:  VSLangProj80 (in VSLangProj80.dll)

property String^ Path {
	String^ get();
}

Property Value

Type: System::String^

A string representing the path.

Path 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.

No code example is currently available or this language may not be supported.
Return to top
Show: