Share via


IDatabaseReferenceNode.ReferencedProjectFullPath Property

Gets or sets the full path of the project file if this reference node is of type VSCOMPONENTTYPE_Path.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IDatabaseReferenceNode Interface

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace