ProjectRootElement.CreateUsingTaskParameterGroupElement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a ParameterGroup for use in a using task. Caller must add it to the location of choice in the project under a using task.
public:
Microsoft::Build::Construction::UsingTaskParameterGroupElement ^ CreateUsingTaskParameterGroupElement();
public Microsoft.Build.Construction.UsingTaskParameterGroupElement CreateUsingTaskParameterGroupElement ();
member this.CreateUsingTaskParameterGroupElement : unit -> Microsoft.Build.Construction.UsingTaskParameterGroupElement
Public Function CreateUsingTaskParameterGroupElement () As UsingTaskParameterGroupElement
Returns
The parameter group.
Remarks
Caller must add the parameter group to the UsingTask element of choice in the project.