ProjectOtherwiseElement.ChooseElements 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 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.