UsingTaskParameterGroupElement.Parameters Property
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.
Get any contained parameters.
public:
property System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectUsingTaskParameterElement ^> ^ Parameters { System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectUsingTaskParameterElement ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectUsingTaskParameterElement> Parameters { get; }
member this.Parameters : System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectUsingTaskParameterElement>
Public ReadOnly Property Parameters As ICollection(Of ProjectUsingTaskParameterElement)
Property Value
All parameters of this parameter group.