Toolset.ToolsPath 属性

定义

获取到指定 Toolset 的路径。Gets the path to the specified Toolset.

public:
 property System::String ^ ToolsPath { System::String ^ get(); };
public string ToolsPath { get; }
member this.ToolsPath : string
Public ReadOnly Property ToolsPath As String

属性值

String

一个字符串,表示到 Toolset 的路径。A string representing the path to the Toolset.

适用于