共用方式為


IBuildsPageExt 介面

使用 GetExtensibilityService API 從在 Team Explorer建置網頁取得服務。

命名空間:  Microsoft.TeamFoundation.Build.Controls.Extensibility
組件:  Microsoft.TeamFoundation.Build.Controls (在 Microsoft.TeamFoundation.Build.Controls.dll 中)

語法

'宣告
Public Interface IBuildsPageExt _
    Inherits INotifyPropertyChanged
public interface IBuildsPageExt : INotifyPropertyChanged

IBuildsPageExt 型別會公開下列成員。

屬性

  名稱 說明
公用屬性 Builds 這是在組建相關頁面的建置已部分目前顯示的組建。
公用屬性 Definitions 這是在組建相關頁面的所有定義部分定義。
公用屬性 FavoriteDefinitions 這是有關建置網頁的我的最愛定義部分定義。
公用屬性 SelectedBuilds 這是在組建相關頁面的建置已部分目前選取的組建中。
公用屬性 SelectedDefinitions 這是在組建相關頁面的所有定義部分目前選取所定義。
公用屬性 SelectedFavoriteDefinitions 這是有關建置網頁的我的最愛定義部分目前選取所定義。

回頁首

事件

  名稱 說明
公用事件 PropertyChanged 發生於屬性值變更時。 (繼承自 INotifyPropertyChanged)。

回頁首

請參閱

參考

Microsoft.TeamFoundation.Build.Controls.Extensibility 命名空間