ProjectInstance.Items Property

Definition

Enumerator over items in this project.

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

Property Value

All items in this project.

Applies to