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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DeploymentPlanContributor Class