ProjectRootElement.ChooseElements Property

Definition

Get a read-only collection of the child chooses, if any

public:
 property System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectChooseElement ^> ^ ChooseElements { System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectChooseElement ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectChooseElement> ChooseElements { get; }
member this.ChooseElements : System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectChooseElement>
Public ReadOnly Property ChooseElements As ICollection(Of ProjectChooseElement)

Property Value

All child Choose elements.

Remarks

The name is inconsistent to make it more understandable, per API review.

Applies to