Project.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.
Items in this project, ordered within groups of item types.
public:
property System::Collections::Generic::ICollection<Microsoft::Build::Evaluation::ProjectItem ^> ^ Items { System::Collections::Generic::ICollection<Microsoft::Build::Evaluation::ProjectItem ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectItem> Items { get; }
member this.Items : System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectItem>
Public ReadOnly Property Items As ICollection(Of ProjectItem)
Property Value
An enumerator over all items in this project, ordered within groups of item types.