共用方式為


DeploymentPlanContributor.OnPopulateArguments 方法

由 Visual Studio Application Lifecycle Management (ALM) 部署引擎呼叫,允許自訂參與者填入命令列引數。

命名空間:  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 安全性

請參閱

參考

DeploymentPlanContributor 類別

Microsoft.Data.Schema.Build 命名空間

ContributorArgumentConfiguration