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 安全性

请参见

参考

BuildContributor 类

Microsoft.Data.Schema.Build 命名空间

ContributorArgumentConfiguration