BuildContributor.OnPopulateArguments 方法
當載入專案時由 Visual Studio 建置流程呼叫。 這個方法提供使用者可以於命令提示字元指定以修改專案檔的可延伸引數清單。
命名空間: Microsoft.Data.Schema.Build
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Protected Overridable Function OnPopulateArguments As IList(Of ContributorArgumentConfiguration)
protected virtual IList<ContributorArgumentConfiguration> OnPopulateArguments()
protected:
virtual IList<ContributorArgumentConfiguration^>^ OnPopulateArguments()
abstract OnPopulateArguments : unit -> IList<ContributorArgumentConfiguration>
override OnPopulateArguments : unit -> IList<ContributorArgumentConfiguration>
protected function OnPopulateArguments() : IList<ContributorArgumentConfiguration>
傳回值
型別:System.Collections.Generic.IList<ContributorArgumentConfiguration>
命令列引數的清單。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。