ProjectOnErrorInstance Class

Definition

Wraps an onerror element

public ref class ProjectOnErrorInstance sealed : Microsoft::Build::Execution::ProjectTargetInstanceChild
public sealed class ProjectOnErrorInstance : Microsoft.Build.Execution.ProjectTargetInstanceChild
type ProjectOnErrorInstance = class
    inherit ProjectTargetInstanceChild
Public NotInheritable Class ProjectOnErrorInstance
Inherits ProjectTargetInstanceChild
Inheritance
ProjectOnErrorInstance

Remarks

This is an immutable class

Properties

Condition

Unevaluated condition. May be empty string.

ConditionLocation

Location of the condition, if any

ConditionLocation

Location of the original condition attribute if any

(Inherited from ProjectTargetInstanceChild)
ExecuteTargets

Unevaluated ExecuteTargets value. May be empty string.

ExecuteTargetsLocation

Location of the execute targets attribute, if any

FullPath

Full path to the file in which the originating element was originally defined. If it originated in a project that was not loaded and has never been given a path, returns an empty string.

(Inherited from ProjectTargetInstanceChild)
Location

Location of the element

Location

Location of the original element

(Inherited from ProjectTargetInstanceChild)

Applies to