Freigeben über


DeploymentPlanContributor.OnPopulateArguments-Methode

Wird vom Visual Studio Application Lifecycle Management (ALM)-Bereitstellungsmodul aufgerufen, um benutzerdefinierten Mitwirkenden zu ermöglichen, die Befehlszeilenargumente aufzufüllen.

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

Syntax

'Declaration
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>

Rückgabewert

Typ: System.Collections.Generic.IList<ContributorArgumentConfiguration>
Gibt eine Liste von Konfigurationsargumenten zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

DeploymentPlanContributor Klasse

Microsoft.Data.Schema.Build-Namespace

ContributorArgumentConfiguration