Share via


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

Property UseFullPaths As Boolean

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.

Permissions

See Also

Concepts

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

Reference

VCCLCompilerTool Interface

VCCLCompilerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace