BuildRequestData.TargetNames Property

Gets the names of the targets to build.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Execution
Assembly:  Microsoft.Build (in Microsoft.Build.dll)

Syntax

'Declaration
Public Property TargetNames As ICollection(Of String)
public ICollection<string> TargetNames { get; private set; }
public:
property ICollection<String^>^ TargetNames {
    ICollection<String^>^ get ();
    private: void set (ICollection<String^>^ value);
}
member TargetNames : ICollection<string> with get, private set
function get TargetNames () : ICollection<String>
private function set TargetNames (value : ICollection<String>)

Property Value

Type: ICollection<String>
Returns the names of the targets to build.

.NET Framework Security

See Also

Reference

BuildRequestData Class

Microsoft.Build.Execution Namespace