BuildRequestData.TargetNames Property

Definition

The name of the targets to build.

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

Property Value

An array of targets in the project to be built.

Attributes

Applies to