共用方式為


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 命名空間