ProjectTaskOutputItemInstance Class
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
C#
public sealed class ProjectTaskOutputItemInstance : Microsoft.Build.Execution.ProjectTaskInstanceChild
type ProjectTaskOutputItemInstance = class
inherit ProjectTaskInstanceChild
Public NotInheritable Class ProjectTaskOutputItemInstance
Inherits ProjectTaskInstanceChild
- Inheritance
Immutable.
Condition |
Condition on the element. If there is no condition, returns empty string. |
Condition |
Location of the condition, if any |
Item |
Name of the item type that the outputs go into |
Item |
Location of the ItemType attribute |
Location |
Location of the original element |
Task |
Property on the task class to retrieve the outputs from |
Task |
Location of the TaskParameter attribute |
Product | Versions |
---|---|
MSBuild | 15, 16, 17 |
MSBuild (.NET Core) | 15, 16, 17 |