ProjectTaskOutputItemInstance Class
Wraps an output item element of a Task 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.ProjectTaskInstanceChild
Microsoft.Build.Execution.ProjectTaskOutputItemInstance
Namespace: Microsoft.Build.Execution
Assembly: Microsoft.Build (in Microsoft.Build.dll)
Syntax
'Declaration
Public NotInheritable Class ProjectTaskOutputItemInstance _
Inherits ProjectTaskInstanceChild
public sealed class ProjectTaskOutputItemInstance : ProjectTaskInstanceChild
public ref class ProjectTaskOutputItemInstance sealed : public ProjectTaskInstanceChild
[<Sealed>]
type ProjectTaskOutputItemInstance =
class
inherit ProjectTaskInstanceChild
end
public final class ProjectTaskOutputItemInstance extends ProjectTaskInstanceChild
The ProjectTaskOutputItemInstance type exposes the following members.
Properties
Name | Description | |
---|---|---|
Condition | Gets the Condition attribute of this project 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 ProjectTaskInstanceChild.Condition.) | |
ConditionLocation | Gets the location of the Condition attribute.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 ProjectTaskInstanceChild.ConditionLocation.) | |
ItemType | Gets the item type that the outputs go into.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. | |
ItemTypeLocation | Gets the location of the ItemType attribute.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. | |
Location | Gets the location of the element itself.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 ProjectTaskInstanceChild.Location.) | |
TaskParameter | Gets the property of this class to retrieve the outputs from.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. | |
TaskParameterLocation | Gets the location of the TaskParameter attribute.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 ProjectTaskInstanceChild.TaskParameterLocation.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
Immutable.
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.