ProjectChooseElement.WhenElements Property

Definition

Get the When children. Will contain at least one entry.

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

Property Value

All the When children. There is always at least one When child.

Applies to