共用方式為


IDatabaseProjectReferenceController.AllowProjectReferences 屬性

取得值,這個值表示此控制器是否允許專案參考。

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

語法

'宣告
ReadOnly Property AllowProjectReferences As Boolean
    Get
bool AllowProjectReferences { get; }
property bool AllowProjectReferences {
    bool get ();
}
abstract AllowProjectReferences : bool
function get AllowProjectReferences () : boolean

屬性值

型別:System.Boolean

備註

專案參考可以是非資料庫專案類型、元件物件模型 (COM) dll 和 .NET 組件的任何組合。

.NET Framework 安全性

請參閱

參考

IDatabaseProjectReferenceController 介面

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