ProjectItemGroupElement.Items 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 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.