Поделиться через


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