Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the path to the reference file. Read-only.
Namespace: VSLangProj2
Assembly: VSLangProj2 (in VSLangProj2.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.
Implements
Remarks
The path cannot be a UNC or URL.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.