VCResourceCompilerTool.FullIncludePath 属性

获取生成中包含的所有目录的列表。

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

语法

声明
ReadOnly Property FullIncludePath As String
string FullIncludePath { get; }
property String^ FullIncludePath {
    String^ get ();
}
abstract FullIncludePath : string with get
function get FullIncludePath () : String

属性值

类型:System.String
生成中包含的所有目录的列表。

备注

FullIncludePath 使用/I 表示在 VC++ Directories 对话框中指定的目录中指定的和目录的串联。 宏在这些内容进行计算。

.NET Framework 安全性

请参见

参考

VCResourceCompilerTool 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间