Partager via


ProjectItemDefinitionGroupElement.ItemDefinitions Property

Definition

Get a list of child item definitions.

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

Property Value

All child item definitions.

Applies to