VCProjectReference.UseDependenciesInBuild 屬性
設定或取得是否要在組建中使用組件。
命名空間: Microsoft.VisualStudio.VCProjectEngine
組件: Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)
語法
'宣告
Property UseDependenciesInBuild As Boolean
bool UseDependenciesInBuild { get; set; }
property bool UseDependenciesInBuild {
bool get ();
void set (bool value);
}
abstract UseDependenciesInBuild : bool with get, set
function get UseDependenciesInBuild () : boolean
function set UseDependenciesInBuild (value : boolean)
屬性值
類型:Boolean
TRUE (預設值) 表示受參考的組件中的組件參考應該包含在組建中。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。