Project.Items Property

Definition

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.

Applies to