Reference2.Path Property

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

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

Syntax

'Declaration
ReadOnly Property Path As String
string Path { get; }
property String^ Path {
    String^ get ();
}
abstract Path : string with get
function get Path () : String

Property Value

Type: 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.

Remarks

The path cannot be a UNC or URL.

.NET Framework Security

See Also

Reference

Reference2 Interface

VSLangProj2 Namespace