VCCLCompilerTool.UseFullPaths 属性

获取或设置是否使用完整路径。

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

语法

声明
Property UseFullPaths As Boolean
bool UseFullPaths { get; set; }
property bool UseFullPaths {
    bool get ();
    void set (bool value);
}
abstract UseFullPaths : bool with get, set
function get UseFullPaths () : boolean 
function set UseFullPaths (value : boolean)

属性值

类型:Boolean
一个指示是否使用完整路径的布尔值。

.NET Framework 安全性

请参阅

参考

VCCLCompilerTool 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间

其他资源

/FC(所诊断源代码文件的完整路径)