ProjectItemGroupElement.Items Property

Definition

Get any child items. This is a live collection.

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.

Remarks

The collection can be modified during enumeration.

Applies to