VCCLCompilerTool.UseFullPaths (Propiedad)

Obtiene o establece si se van a usar rutas de acceso completas.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Boolean
Valor booleano que indica si se usan rutas de acceso completas.

Seguridad de .NET Framework

Vea también

Referencia

VCCLCompilerTool Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)

Otros recursos

/FC (Ruta de acceso completa de archivo de código fuente en diagnósticos)