ProjectCollection.RemoveToolset(String) Method
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.
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
.