共用方式為


IDatabaseReferenceNode.ReferencedProjectFullPath 屬性

如果這個參考節點的型別為 VSCOMPONENTTYPE_Path,則取得或設定專案檔的完整路徑。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

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

屬性值

型別:System.String

.NET Framework 安全性

請參閱

參考

IDatabaseReferenceNode 介面

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空間