ProjectCollection.ToolsetLocations Property

Definition

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

Applies to