Sdílet prostřednictvím


BuildContributor.OnPopulateArguments – metoda

Volat Visual Studio Při načtení projektu vytvořit proces. Tato metoda poskytuje seznam extensible argumenty, že uživatelé mohou určit příkazového řádku upravte soubor projektu.

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>
Seznam argumentů příkazového řádku.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

BuildContributor Třída

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

ContributorArgumentConfiguration