ProjectTargetInstance.DependsOnTargetsLocation Property

Definition

Location of the dependsOnTargets

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

Property Value

The DependsOnTargets attribute location.

Applies to