VCCLCompilerTool.UseFullPaths 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置是否使用完整路径。
public:
property bool UseFullPaths { bool get(); void set(bool value); };
public:
property bool UseFullPaths { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(90)]
public bool UseFullPaths { [System.Runtime.InteropServices.DispId(90)] get; [System.Runtime.InteropServices.DispId(90)] set; }
[<System.Runtime.InteropServices.DispId(90)>]
[<get: System.Runtime.InteropServices.DispId(90)>]
[<set: System.Runtime.InteropServices.DispId(90)>]
member this.UseFullPaths : bool with get, set
Public Property UseFullPaths As Boolean
属性值
一个布尔值,指示是否使用完整路径。
- 属性