ProjectTaskOutputPropertyInstance Class

Definition

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
ProjectTaskOutputPropertyInstance

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)

Applies to