ProjectTargetInstance.DependsOnTargets Property

Definition

Unevaluated semicolon separated list of targets it depends on. May be empty string.

public:
 property System::String ^ DependsOnTargets { System::String ^ get(); };
public string DependsOnTargets { get; }
public string DependsOnTargets { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.DependsOnTargets : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.DependsOnTargets : string
Public ReadOnly Property DependsOnTargets As String

Property Value

An unevaluated semicolon-delimited list of targets that this target depends on, or an empty string if this target depends on no other targets.

Attributes

Applies to