ISolutionToBuild 接口
注意:此 API 现在已废弃不用。
一个 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 | 获取或设置此解决方案的自定义目标。 |
页首