This documentation is archived and is not being maintained.

ToolsetDefinitionLocations Enumeration

An enumeration whose values control Toolset initialization.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Build.BuildEngine
Assembly:  Microsoft.Build.Engine (in Microsoft.Build.Engine.dll)

'Declaration
<FlagsAttribute> _
Public Enumeration ToolsetDefinitionLocations
'Usage
Dim instance As ToolsetDefinitionLocations

Member nameDescription
NoneDo not read Toolset information from any external location.
ConfigurationFileRead Toolset information from the .exe configuration file.
RegistryRead Toolset information from the registry (HKLM\Software\Microsoft\MSBuild\ToolsVersions).

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5
Show: