Reference.Path Property

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

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

Syntax

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

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.

Remarks

The path cannot be a UNC or URL.

Examples

See the example in Reference.

.NET Framework Security

See Also

Reference

Reference Interface

VSLangProj Namespace