ProjectItemGroupTaskInstance.Items Property

Definition

Child items

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

Property Value

All child items of this item definition.

Remarks

Does not include ProjectItemInstances, as these are evaluated during the build.

Applies to