ProjectTaskOutputPropertyInstance Class
Represents an output property 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.ProjectTaskOutputPropertyInstance
Namespace: Microsoft.Build.Execution
Assembly: Microsoft.Build (in Microsoft.Build.dll)
Syntax
'Declaration
Public NotInheritable Class ProjectTaskOutputPropertyInstance _
Inherits ProjectTaskInstanceChild
public sealed class ProjectTaskOutputPropertyInstance : ProjectTaskInstanceChild
public ref class ProjectTaskOutputPropertyInstance sealed : public ProjectTaskInstanceChild
[<Sealed>]
type ProjectTaskOutputPropertyInstance =
class
inherit ProjectTaskInstanceChild
end
public final class ProjectTaskOutputPropertyInstance extends ProjectTaskInstanceChild
The ProjectTaskOutputPropertyInstance type exposes the following members.
Properties
Name | Description | |
---|---|---|
Condition | Gets the Condition attribute of the output 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.) | |
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.) | |
PropertyName | Gets the name of the property that receives the output.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. | |
PropertyNameLocation | Gets the location of the PropertyName 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. | |
TaskParameter | Gets the property of the task class to retrieve the output 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.