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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.