共用方式為


IDatabaseProjectReferenceController.KeyOutputBuildVariables 方法

傳回會影響專案主要輸出的建置變數清單。

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

語法

'宣告
Function KeyOutputBuildVariables As IList(Of String)
IList<string> KeyOutputBuildVariables()
IList<String^>^ KeyOutputBuildVariables()
abstract KeyOutputBuildVariables : unit -> IList<string> 
function KeyOutputBuildVariables() : IList<String>

傳回值

型別:System.Collections.Generic.IList<String>
主要建置變數的清單。

備註

這會處理使用者未手動變更專案檔的一般情況。 如果未發生手動變更,專案參考即可在設計階段自動載入,而不僅限於建置期間。

.NET Framework 安全性

請參閱

參考

IDatabaseProjectReferenceController 介面

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