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