ProjectCollection.ToolsetLocations Property
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 the locations used to find the toolsets.
public:
property Microsoft::Build::Evaluation::ToolsetDefinitionLocations ToolsetLocations { Microsoft::Build::Evaluation::ToolsetDefinitionLocations get(); };
public Microsoft.Build.Evaluation.ToolsetDefinitionLocations ToolsetLocations { get; }
public Microsoft.Build.Evaluation.ToolsetDefinitionLocations ToolsetLocations { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ToolsetLocations : Microsoft.Build.Evaluation.ToolsetDefinitionLocations
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ToolsetLocations : Microsoft.Build.Evaluation.ToolsetDefinitionLocations
Public ReadOnly Property ToolsetLocations As ToolsetDefinitionLocations
Property Value
The locations used to find the toolsets.
- Attributes