ProjectRootElement.Items Property

Definition

Get a read-only collection of the child items, if any, in all item groups anywhere in the project file. Not restricted to root item groups: traverses through Choose elements.

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

Property Value

All child items in this project, even if they are contained by Choose elements.

Applies to