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
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)
Property Value
Type: System.Boolean
A boolean value indicating whether full paths are used.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.VCProjectEngine Namespace