DeploymentPlanContributor.OnPopulateArguments Method

Called by the Visual Studio Application Lifecycle Management (ALM) deployment engine to allow custom contributors to populate the command line arguments.

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>

Return Value

Type: System.Collections.Generic.IList<ContributorArgumentConfiguration>
Returns a list of configuration arguments.

.NET Framework Security

See Also

Reference

DeploymentPlanContributor Class

Microsoft.Data.Schema.Build Namespace

ContributorArgumentConfiguration