ProjectCollection.RemoveToolset(String) Method

Definition

Remove a toolset. Returns true if it was present, otherwise false.

public:
 bool RemoveToolset(System::String ^ toolsVersion);
public bool RemoveToolset (string toolsVersion);
member this.RemoveToolset : string -> bool
Public Function RemoveToolset (toolsVersion As String) As Boolean

Parameters

toolsVersion
String

The toolset to be removed.

Returns

true if the toolset is present before removal; otherwise, false.

Applies to