ProjectTaskInstance.Outputs Property

Definition

Ordered set of output property and item objects. This is a read-only dead collection.

public:
 property System::Collections::Generic::IList<Microsoft::Build::Execution::ProjectTaskInstanceChild ^> ^ Outputs { System::Collections::Generic::IList<Microsoft::Build::Execution::ProjectTaskInstanceChild ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Build.Execution.ProjectTaskInstanceChild> Outputs { get; }
public System.Collections.Generic.IList<Microsoft.Build.Execution.ProjectTaskInstanceChild> Outputs { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.Outputs : System.Collections.Generic.IList<Microsoft.Build.Execution.ProjectTaskInstanceChild>
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Outputs : System.Collections.Generic.IList<Microsoft.Build.Execution.ProjectTaskInstanceChild>
Public ReadOnly Property Outputs As IList(Of ProjectTaskInstanceChild)

Property Value

An ordered set of the output property and item objects of the task.

Attributes

Remarks

This is a read-only collection.

Applies to