Toolset Class

Definition

Represents a Toolset in MSBuild. For more information about Toolsets, see Standard and Custom Toolset Configurations.

public ref class Toolset
public class Toolset
type Toolset = class
Public Class Toolset
Inheritance
Toolset

Remarks

A Toolset object has a corresponding ToolsVersion value that represents the value of the ToolsVersion attribute on the Project Element (MSBuild) as well as a ToolsPath value that indicates where the Toolset is located.

Constructors

Toolset(String, String)

Creates a Toolset object.

Toolset(String, String, BuildPropertyGroup)

Creates a Toolset object.

Properties

BuildProperties

Gets the BuildPropertyGroup that is used to set Toolset-specific custom properties.

ToolsPath

Gets the path to the specified Toolset.

ToolsVersion

Gets the version of the specified Toolset.

Methods

Clone()

Creates a copy of the specified Toolset.

Applies to