次の方法で共有


UsingTaskParameterGroupElement.Parameters Property

Definition

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.

Applies to