ProjectRootElement.ChooseElements Property
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 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(); };
C#
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)
All child Choose elements.
The name is inconsistent to make it more understandable, per API review.
製品 | バージョン |
---|---|
MSBuild | 15, 16, 17 |
MSBuild (.NET Core) | 15, 16, 17 |