ProjectTargetElement.OnErrors 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.
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.