Поделиться через


BuildRequestDataBase.TargetNames Property

Definition

The name of the targets to build.

public:  property System::Collections::Generic::ICollection<System::String ^> ^ TargetNames {  public:
System::Collections::Generic::ICollection<System::String ^> ^ get(); protected:
 void set(System::Collections::Generic::ICollection<System::String ^> ^ value); };
public System.Collections.Generic.ICollection<string> TargetNames { get; protected set; }
member this.TargetNames : System.Collections.Generic.ICollection<string> with get, set
Public Property TargetNames As ICollection(Of String)

Property Value

An array of targets in the project to be built.

Applies to