ProjectCollection.ContainsToolset(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.
Returns true if there is a toolset defined for the specified tools version, otherwise false.
public:
bool ContainsToolset(System::String ^ toolsVersion);
public bool ContainsToolset (string toolsVersion);
member this.ContainsToolset : string -> bool
Public Function ContainsToolset (toolsVersion As String) As Boolean
Parameters
- toolsVersion
- String
The tools version to search for.
Returns
true
if there is a toolset defined for the given tools version; otherwise, false
.