BuildContributor.OnPopulateArguments Method
Called by the Visual Studio build process when a project is loaded. This method provides a list of extensible arguments that users can specify at a command prompt to modify the project file.
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>
Return Value
Type: System.Collections.Generic.IList<ContributorArgumentConfiguration>
A list of command-line arguments.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.