VCAssemblyReference.UseInBuild 属性

获取或设置指示此程序集是否的值用于生成过程。

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

语法

声明
Property UseInBuild As Boolean
bool UseInBuild { get; set; }
property bool UseInBuild {
    bool get ();
    void set (bool value);
}
abstract UseInBuild : bool with get, set
function get UseInBuild () : boolean
function set UseInBuild (value : boolean)

属性值

类型:System.Boolean
true ,如果程序集来生成过程;否则, false。

.NET Framework 安全性

请参见

参考

VCAssemblyReference 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间