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
- 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
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace