IVCBuildOptionsPage.ToolFileSearchPaths Property

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

声明
Property ToolFileSearchPaths As String
用法
Dim instance As IVCBuildOptionsPage
Dim value As String

value = instance.ToolFileSearchPaths

instance.ToolFileSearchPaths = value
string ToolFileSearchPaths { get; set; }
property String^ ToolFileSearchPaths {
    String^ get ();
    void set (String^ value);
}
function get ToolFileSearchPaths () : String
function set ToolFileSearchPaths (value : String)

Property Value

Type: System.String

The list of directories that contain .TOOL files.

Permissions

See Also

Reference

IVCBuildOptionsPage Interface

IVCBuildOptionsPage Members

Microsoft.VisualStudio.VCProject Namespace