ProjectTaskInstance 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 a task element
public ref class ProjectTaskInstance sealed : Microsoft::Build::Execution::ProjectTargetInstanceChild
public sealed class ProjectTaskInstance : Microsoft.Build.Execution.ProjectTargetInstanceChild
type ProjectTaskInstance = class
inherit ProjectTargetInstanceChild
Public NotInheritable Class ProjectTaskInstance
Inherits ProjectTargetInstanceChild
- Inheritance
Remarks
This is an immutable class
Properties
Condition |
Unevaluated condition on the task May be empty string. |
ConditionLocation |
Location of the condition, if any |
ConditionLocation |
Location of the original condition attribute if any (Inherited from ProjectTargetInstanceChild) |
ContinueOnError |
Unevaluated ContinueOnError on the task. May be empty string. |
ContinueOnErrorLocation |
Location of the ContinueOnError 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 original element |
Location |
Location of the original element (Inherited from ProjectTargetInstanceChild) |
MSBuildArchitecture |
Unevaluated MSBuildArchitecture on the task. May be empty string. |
MSBuildArchitectureLocation |
Location of the MSBuildArchitecture attribute, if any |
MSBuildRuntime |
Unevaluated MSBuildRuntime on the task. May be empty string. |
MSBuildRuntimeLocation |
Location of the MSBuildRuntime attribute, if any |
Name |
Name of the task, possibly qualified, as it appears in the project |
Outputs |
Ordered set of output property and item objects. This is a read-only dead collection. |
Parameters |
Read-only dead unordered set of task parameter names and unevaluated values. Condition and ContinueOnError, which have their own properties, are not included in this collection. |