ProjectStartedEventArgs.TargetNames Property

Definition

Targets that we will build in the project

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

Property Value

The list of targets to be built in the project.

Attributes

Applies to