ProjectTaskOutputPropertyInstance 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.
Represents an output property element beneath a task element
public ref class ProjectTaskOutputPropertyInstance sealed : Microsoft::Build::Execution::ProjectTaskInstanceChild
public sealed class ProjectTaskOutputPropertyInstance : Microsoft.Build.Execution.ProjectTaskInstanceChild
type ProjectTaskOutputPropertyInstance = class
inherit ProjectTaskInstanceChild
Public NotInheritable Class ProjectTaskOutputPropertyInstance
Inherits ProjectTaskInstanceChild
- Inheritance
Remarks
Immutable.
Properties
Condition |
Condition on the output 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) |
Location |
Location of the original element |
Location |
Location of the original element (Inherited from ProjectTaskInstanceChild) |
PropertyName |
Name of the property to put the output in |
PropertyNameLocation |
Location of the original PropertyName attribute |
TaskParameter |
Property on the task class to retrieve the output from |
TaskParameterLocation |
Location of the TaskParameter attribute |
TaskParameterLocation |
Location of the TaskParameter attribute (Inherited from ProjectTaskInstanceChild) |