VCNMakeTool.ForcedIncludes 属性

设置或获取包括必须是预处理的文件。

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

语法

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

属性值

类型:String
包含包括文件名称的字符串。

.NET Framework 安全性

请参阅

参考

VCNMakeTool 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间