Compartilhar via


Propriedade VCCLCompilerTool.UseFullPaths

Obtém ou define se deve usar caminhos completos.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean
Um valor booleano que indica se os caminhos completos são usados.

Segurança do .NET Framework

Consulte também

Referência

VCCLCompilerTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine

Outros recursos

/FC (caminho completo do arquivo de código-fonte no diagnóstico)