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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
DeploymentPlanContributor Klasse