ProjectTaskElement.Outputs Property

Definition

Gets any output children.

public:
 property System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectOutputElement ^> ^ Outputs { System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectOutputElement ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectOutputElement> Outputs { get; }
member this.Outputs : System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectOutputElement>
Public ReadOnly Property Outputs As ICollection(Of ProjectOutputElement)

Property Value

All Output element children.

Applies to