IBuildConfiguration 介面
表示特定平台的組建輸出及指定組建的類別。
命名空間: 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 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
BuildFlavor | 取得組建的類別。 | |
BuildPlatform | 取得組建的平台。 | |
BuildUri | 取得已完成組鍵的統一資源識別碼 (URI)。 | |
Id | 取得識別碼。 (繼承自 IIdentifiable<TKey>)。 | |
TeamProjectName | 取得組建所屬之專案的名稱。 |
回頁首