ProjectWhenElement.ChooseElements Property

Definition

Get an enumerator over any child chooses

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.

Applies to