ProjectTaskElement.Outputs Property
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.
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.