ProjectTaskOutputItemInstance Class    
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.
Wraps an output item element under a task element
public ref class ProjectTaskOutputItemInstance sealed : Microsoft::Build::Execution::ProjectTaskInstanceChildpublic sealed class ProjectTaskOutputItemInstance : Microsoft.Build.Execution.ProjectTaskInstanceChildtype ProjectTaskOutputItemInstance = class
    inherit ProjectTaskInstanceChildPublic NotInheritable Class ProjectTaskOutputItemInstance
Inherits ProjectTaskInstanceChild- Inheritance
Remarks
Immutable.
Properties
| Condition | Condition on the element. If there is no condition, returns empty string. | 
| ConditionLocation | Location of the condition, if any | 
| ItemType | Name of the item type that the outputs go into | 
| ItemTypeLocation | Location of the ItemType attribute | 
| Location | Location of the original element | 
| TaskParameter | Property on the task class to retrieve the outputs from | 
| TaskParameterLocation | Location of the TaskParameter attribute |