ProjectCollection.AddToolset(Toolset) Method

Definition

Add a new toolset. Replaces any existing toolset with the same tools version.

public:
 void AddToolset(Microsoft::Build::Evaluation::Toolset ^ toolset);
public void AddToolset (Microsoft.Build.Evaluation.Toolset toolset);
member this.AddToolset : Microsoft.Build.Evaluation.Toolset -> unit
Public Sub AddToolset (toolset As Toolset)

Parameters

toolset
Toolset

The toolset to be added.

Applies to