Reference::Path Property

 

Gets the path to the reference file. Read-only.

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

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

Property Value

Type: System::String^

String. This property 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.

See the example in Reference.

Return to top
Show: