Condividi tramite


Proprietà VCCLCompilerTool.UseFullPaths

Ottiene o imposta un valore che indica se utilizzare percorsi completi.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

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

Valore proprietà

Tipo: System.Boolean
Un valore booleano che indica se vengono utilizzati percorsi completi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCCLCompilerTool Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine

Altre risorse

/FC (Percorso completo del file di codice sorgente nella diagnostica)