ProjectTaskInstanceChild.TaskParameterLocation Property

Definition

Location of the TaskParameter attribute

public:
 abstract property Microsoft::Build::Construction::ElementLocation ^ TaskParameterLocation { Microsoft::Build::Construction::ElementLocation ^ get(); };
public abstract Microsoft.Build.Construction.ElementLocation TaskParameterLocation { get; }
member this.TaskParameterLocation : Microsoft.Build.Construction.ElementLocation
Public MustOverride ReadOnly Property TaskParameterLocation As ElementLocation

Property Value

The TaskParameter location.

Applies to