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
'Usage
Dim instance As VCCLCompilerTool 
Dim value As Boolean 

value = instance.UseFullPaths

instance.UseFullPaths = value
bool UseFullPaths { get; set; }
property bool UseFullPaths {
    bool get ();
    void set (bool value);
}
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

VCCLCompilerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace

Other Resources

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