BuildParameters.ToolsetDefinitionLocations Property

Definition

Locations to search for toolsets.

public:
 property Microsoft::Build::Evaluation::ToolsetDefinitionLocations ToolsetDefinitionLocations { Microsoft::Build::Evaluation::ToolsetDefinitionLocations get(); void set(Microsoft::Build::Evaluation::ToolsetDefinitionLocations value); };
public Microsoft.Build.Evaluation.ToolsetDefinitionLocations ToolsetDefinitionLocations { get; set; }
public Microsoft.Build.Evaluation.ToolsetDefinitionLocations ToolsetDefinitionLocations { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.ToolsetDefinitionLocations : Microsoft.Build.Evaluation.ToolsetDefinitionLocations with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ToolsetDefinitionLocations : Microsoft.Build.Evaluation.ToolsetDefinitionLocations with get, set
Public Property ToolsetDefinitionLocations As ToolsetDefinitionLocations

Property Value

Returns locations to search for toolsets.

Attributes

Applies to