ProjectTargetInstance.DependsOnTargets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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