GraphBuildRequestData.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.
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; }
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.