ProjectRootElement.ItemDefinitions 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 a read-only collection of the child item definitions, if any, in all item definition groups anywhere in the project file.
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
Gets all child item definitions in all item definition groups anywhere in this project.