表示特定生成的特定平台和特定风格的生成输出。
命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
Public Interface IBuildConfiguration _
    Inherits IIdentifiable(Of Integer)
public interface IBuildConfiguration : IIdentifiable<int>
public interface class IBuildConfiguration : IIdentifiable<int>
type IBuildConfiguration =  
    interface
        interface IIdentifiable<int>
    end
public interface IBuildConfiguration extends IIdentifiable<int>
IBuildConfiguration 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | BuildFlavor | 获取生成的风格。 | 
| .gif) | BuildPlatform | 获取生成的平台。 | 
| .gif) | BuildUri | 获取已生成的统一资源标识符 (URI)。 | 
| .gif) | Id | 获取标识符。 (继承自 IIdentifiable<TKey>。) | 
| .gif) | TeamProjectName | 获取生成所属项目的名称。 | 
页首