IDatabaseProjectReferenceNode.ReferencedProjectGuid 属性

获取所引用项目的 GUID。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
ReadOnly Property ReferencedProjectGuid As Guid
    Get
Guid ReferencedProjectGuid { get; }
property Guid ReferencedProjectGuid {
    Guid get ();
}
abstract ReferencedProjectGuid : Guid
function get ReferencedProjectGuid () : Guid

属性值

类型:System.Guid

.NET Framework 安全性

请参见

参考

IDatabaseProjectReferenceNode 接口

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