ProjectItemGroupTaskInstance Class

Definition

Wraps an unevaluated itemgroup under a target. Immutable.

public ref class ProjectItemGroupTaskInstance : Microsoft::Build::Execution::ProjectTargetInstanceChild
public class ProjectItemGroupTaskInstance : Microsoft.Build.Execution.ProjectTargetInstanceChild
type ProjectItemGroupTaskInstance = class
    inherit ProjectTargetInstanceChild
Public Class ProjectItemGroupTaskInstance
Inherits ProjectTargetInstanceChild
Inheritance
ProjectItemGroupTaskInstance

Properties

Condition

Condition, if any. May be empty string.

ConditionLocation

Location of the condition, if any

ConditionLocation

Location of the original condition attribute if any

(Inherited from ProjectTargetInstanceChild)
FullPath

Full path to the file in which the originating element was originally defined. If it originated in a project that was not loaded and has never been given a path, returns an empty string.

(Inherited from ProjectTargetInstanceChild)
Items

Child items

Location

Location of the original element

Location

Location of the original element

(Inherited from ProjectTargetInstanceChild)

Applies to