IVCBuildOptionsPage.ToolFileSearchPaths 属性

定义

指定包含的目录的列表。工具文件,可帮助你定义项目的生成设置。

public:
 property System::String ^ ToolFileSearchPaths { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ ToolFileSearchPaths { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(233)]
public string ToolFileSearchPaths { [System.Runtime.InteropServices.DispId(233)] get; [System.Runtime.InteropServices.DispId(233)] set; }
[<System.Runtime.InteropServices.DispId(233)>]
[<get: System.Runtime.InteropServices.DispId(233)>]
[<set: System.Runtime.InteropServices.DispId(233)>]
member this.ToolFileSearchPaths : string with get, set
Public Property ToolFileSearchPaths As String

属性值

String

包含的目录的列表。工具文件。

属性

适用于