ProjectUsingTaskElement.AddParameterGroup 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.
Convenience method that picks a location based on a heuristic: Adds a new ParameterGroup to the using task to the end of the using task element
public:
Microsoft::Build::Construction::UsingTaskParameterGroupElement ^ AddParameterGroup();
public Microsoft.Build.Construction.UsingTaskParameterGroupElement AddParameterGroup ();
member this.AddParameterGroup : unit -> Microsoft.Build.Construction.UsingTaskParameterGroupElement
Public Function AddParameterGroup () As UsingTaskParameterGroupElement
Returns
The new parameter group.