VCToolFile.Path 属性

获取工具文件路径。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
ReadOnly Property Path As String
string Path { get; }
property String^ Path {
    String^ get ();
}
abstract Path : string with get
function get Path () : String

属性值

类型:System.String
包含工具文件路径的字符串。

.NET Framework 安全性

请参见

参考

VCToolFile 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间