VCNMakeTool.IncludeSearchPath 属性

设置或获取搜索路径为包含文件。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
Property IncludeSearchPath As String
string IncludeSearchPath { get; set; }
property String^ IncludeSearchPath {
    String^ get ();
    void set (String^ value);
}
abstract IncludeSearchPath : string with get, set
function get IncludeSearchPath () : String
function set IncludeSearchPath (value : String)

属性值

类型:System.String
包含附加的字符串搜索路径包含文件。

.NET Framework 安全性

请参见

参考

VCNMakeTool 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间