Partager via


DeploymentPlanContributor.OnPopulateArguments, méthode

Appelé par le moteur de déploiement Visual Studio Application Lifecycle Management (ALM) pour permettre à des collaborateurs personnalisés de remplir les arguments de ligne de commande.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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>

Valeur de retour

Type : System.Collections.Generic.IList<ContributorArgumentConfiguration>
Retourne une liste d'arguments de configuration.

Sécurité .NET Framework

Voir aussi

Référence

DeploymentPlanContributor Classe

Microsoft.Data.Schema.Build, espace de noms

ContributorArgumentConfiguration