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.
Specifies the list of directories that contain .TOOL files, which help you define build settings for your projects.
Namespace: Microsoft.VisualStudio.VCProject
Assembly: Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)
Syntax
'Declaration
Property ToolFileSearchPaths As String
string ToolFileSearchPaths { get; set; }
property String^ ToolFileSearchPaths {
String^ get ();
void set (String^ value);
}
abstract ToolFileSearchPaths : string with get, set
function get ToolFileSearchPaths () : String
function set ToolFileSearchPaths (value : String)
Property Value
Type: System.String
The list of directories that contain .TOOL files.
.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.