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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。