Sdílet prostřednictvím


DeploymentPlanContributor.OnPopulateArguments – metoda

Volat Visual Studio Application Lifecycle Management (ALM) stroj pro nasazení povolit vlastní přispěvatelé naplnit argumenty příkazového řádku.

Obor názvů:  Microsoft.Data.Schema.Build
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

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

Vrácená hodnota

Typ: System.Collections.Generic.IList<ContributorArgumentConfiguration>
Vrátí seznam argumentů konfigurace.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DeploymentPlanContributor Třída

Microsoft.Data.Schema.Build – obor názvů

ContributorArgumentConfiguration