IVCBuildOptionsPage2.ToolFileSearchPaths Property

Namespace:  Microsoft.VisualStudio.VCProject
Assembly:  Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)

Syntax

声明
Property ToolFileSearchPaths As String
    Get
    Set
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

.NET Framework Security

See Also

Reference

IVCBuildOptionsPage2 Interface

Microsoft.VisualStudio.VCProject Namespace