ProjectChooseElement.WhenElements 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 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.