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


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