Freigeben über


BuildContributor.OnPopulateArguments-Methode

Wird vom Visual Studio-Buildprozess aufgerufen, wenn ein Projekt geladen wird. Diese Methode stellt eine Liste erweiterbarer Argumente bereit, die Benutzer an einer Eingabeaufforderung angeben können, um die Projektdatei zu ändern.

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>
Eine Liste von Befehlszeilenargumenten.

.NET Framework-Sicherheit

Siehe auch

Referenz

BuildContributor Klasse

Microsoft.Data.Schema.Build-Namespace

ContributorArgumentConfiguration