IDatabaseReferenceNode.ReferencedProjectFullPath Property
Gets the full path to the project file when the reference node is of type VSCOMPONENTTYPE.VSCOMPONENTTYPE_Path.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
ReadOnly Property ReferencedProjectFullPath As String
Get
'Usage
Dim instance As IDatabaseReferenceNode
Dim value As String
value = instance.ReferencedProjectFullPath
string ReferencedProjectFullPath { get; }
property String^ ReferencedProjectFullPath {
String^ get ();
}
function get ReferencedProjectFullPath () : String
abstract ReferencedProjectFullPath : string
Property Value
Type: System.String
.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.
See Also
Reference
IDatabaseReferenceNode Interface
IDatabaseReferenceNode Members
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace