ProjectOnErrorInstance Class
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.
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
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) |
Methods
| Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
| GetType() |
Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString() |
Returns a string that represents the current object. (Inherited from Object) |