Toolset.ToolsPath 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.
Path to this toolset's tasks and targets. Corresponds to $(MSBuildToolsPath) in a project or targets file.
public:
property System::String ^ ToolsPath { System::String ^ get(); };
public string ToolsPath { get; }
public string ToolsPath { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ToolsPath : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ToolsPath : string
Public ReadOnly Property ToolsPath As String
Property Value
A path to the tasks and targets of this toolset.
- Attributes
Remarks
Corresponds to $(MSBuildToolsPath) in a project or targets file.