ProjectStartedEventArgs.TargetNames 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.
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