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::ProjectTaskInstanceChild
public sealed class ProjectTaskOutputItemInstance : Microsoft.Build.Execution.ProjectTaskInstanceChild
type ProjectTaskOutputItemInstance = class
inherit ProjectTaskInstanceChild
Public 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 |
ConditionLocation |
Location of the original condition attribute, if any (Inherited from ProjectTaskInstanceChild) |
ItemType |
Name of the item type that the outputs go into |
ItemTypeLocation |
Location of the ItemType attribute |
Location |
Location of the original element |
Location |
Location of the original element (Inherited from ProjectTaskInstanceChild) |
TaskParameter |
Property on the task class to retrieve the outputs from |
TaskParameterLocation |
Location of the TaskParameter attribute |
TaskParameterLocation |
Location of the TaskParameter attribute (Inherited from ProjectTaskInstanceChild) |