BuildParameters.ToolsetDefinitionLocations 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.
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