VCCLCompilerTool.UseFullPaths Property

Gets or sets whether to use full paths.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
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)

Property Value

Type: System.Boolean
A boolean value indicating whether full paths are used.

.NET Framework Security

See Also

Reference

VCCLCompilerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace

Other Resources

/FC (Full Path of Source Code File in Diagnostics)