Compartilhar via


Método DeploymentPlanContributor.OnPopulateArguments

Chamado pelo Visual Studio Application Lifecycle Management (ALM) o mecanismo de implantação para permitir que os colaboradores personalizados preencher os argumentos de linha de comando.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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>

Valor de retorno

Tipo: System.Collections.Generic.IList<ContributorArgumentConfiguration>
Retorna uma lista de argumentos de configuração.

Segurança do .NET Framework

Consulte também

Referência

DeploymentPlanContributor Classe

Namespace Microsoft.Data.Schema.Build

ContributorArgumentConfiguration