ProjectTargetInstance.OnErrorChildren 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.
The children below the target which refer to OnError targets. This is an ordered collection. This is a read-only list; the ProjectTargetInstance class is immutable.
public:
property System::Collections::Generic::IList<Microsoft::Build::Execution::ProjectOnErrorInstance ^> ^ OnErrorChildren { System::Collections::Generic::IList<Microsoft::Build::Execution::ProjectOnErrorInstance ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Build.Execution.ProjectOnErrorInstance> OnErrorChildren { get; }
public System.Collections.Generic.IList<Microsoft.Build.Execution.ProjectOnErrorInstance> OnErrorChildren { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.OnErrorChildren : System.Collections.Generic.IList<Microsoft.Build.Execution.ProjectOnErrorInstance>
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.OnErrorChildren : System.Collections.Generic.IList<Microsoft.Build.Execution.ProjectOnErrorInstance>
Public ReadOnly Property OnErrorChildren As IList(Of ProjectOnErrorInstance)
Property Value
Gets a list of the children of this target that refer to OnError targets.
- Attributes
Remarks
This is an ordered collection. This is a read-only list; the ProjectTargetInstance class is immutable.