ProjectOnErrorInstance Class
Wraps an OnError element.
MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Inheritance Hierarchy
System.Object
Microsoft.Build.Execution.ProjectTargetInstanceChild
Microsoft.Build.Execution.ProjectOnErrorInstance
Namespace: Microsoft.Build.Execution
Assembly: Microsoft.Build (in Microsoft.Build.dll)
Syntax
'Declaration
Public NotInheritable Class ProjectOnErrorInstance _
Inherits ProjectTargetInstanceChild
public sealed class ProjectOnErrorInstance : ProjectTargetInstanceChild
public ref class ProjectOnErrorInstance sealed : public ProjectTargetInstanceChild
[<Sealed>]
type ProjectOnErrorInstance =
class
inherit ProjectTargetInstanceChild
end
public final class ProjectOnErrorInstance extends ProjectTargetInstanceChild
The ProjectOnErrorInstance type exposes the following members.
Properties
Name | Description | |
---|---|---|
Condition | Gets the unevaluated Condition attribute value of this OnError element.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Overrides ProjectTargetInstanceChild.Condition.) | |
ConditionLocation | Location of the condition, if anyMSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Overrides ProjectTargetInstanceChild.ConditionLocation.) | |
ExecuteTargets | Gets the unevaluated ExecuteTargets attribute value of this OnError element. MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
ExecuteTargetsLocation | Location of the execute targets attribute, if anyMSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
FullPath | Gets the full path to the file from which this task originated. MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from ProjectTargetInstanceChild.) | |
Location | Location of the elementMSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Overrides ProjectTargetInstanceChild.Location.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
This is an immutable class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.