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

属性值

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

备注

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

.NET Framework 安全性

请参阅

参考

VCResourceCompilerTool 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间