ISolutionToBuild 介面
注意:這個應用程式開發介面現在已經過時。
一 SolutionToBuild 項目的介面在 TfsBuild.proj。
命名空間: Microsoft.TeamFoundation.Build.Client
組件: Microsoft.TeamFoundation.Build.Client (在 Microsoft.TeamFoundation.Build.Client.dll 中)
語法
'宣告
<ObsoleteAttribute("This interface has been deprecated. Please remove all references.", _
True)> _
Public Interface ISolutionToBuild
[ObsoleteAttribute("This interface has been deprecated. Please remove all references.",
true)]
public interface ISolutionToBuild
ISolutionToBuild 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
Properties | 取得或設定這個方案的自訂屬性。 | |
SolutionPath | 取得或設定相對於 $ 的路徑 (SolutionRoot) 方案。 | |
Targets | 取得或設定這個方案的自訂目標。 |
回頁首