ProjectTargetElement.OnErrors Property

Definition

Get an enumerator over any child onerrors

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

Property Value

All child OnError elements.

Applies to