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