Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
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.
.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