ProjectInstance.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.
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.