共用方式為


IPendingChangesExt 介面

暫止的變更、擱置集詳細資料和變更集詳細資料頁面的擴充性介面。

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

語法

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

IPendingChangesExt 類型會公開下列成員。

屬性

  名稱 描述
公用屬性 CheckinComment 取得簽入註解。
公用屬性 CheckinNote 取得簽入提示。
公用屬性 ExcludedChanges 取得目前被排除的暫止變更
公用屬性 ExcludedChangesFilterText 取得被排除的變更文字篩選條件
公用屬性 FilterBy 取得篩選選項套用包含/排除清單。
公用屬性 FilteredExcludedChanges 請取得目前篩選的排除的暫止變更,在文字篩選條件 (如果有的話) 之後套用。
公用屬性 FilteredIncludedChanges 請取得目前篩選中暫止的變更,在文字篩選條件 (如果有的話) 之後套用。
公用屬性 IncludedChanges 取得目前包含的暫止變更
公用屬性 IncludedChangesFilterText 取得包含的變更文字篩選條件
公用屬性 PolicyFailures 取得原則失敗
公用屬性 PolicyOverrideComment 取得原則覆寫註解
公用屬性 SelectedExcludedItems 取得目前選取的排除的項目。
公用屬性 SelectedIncludedItems 取得目前選取的包含項目。
公用屬性 SelectedPolicyFailures 取得目前選取的原則失敗
公用屬性 SelectedWorkItems 取得目前選取的工作項目。
公用屬性 WorkItems 取得相關的工作項目。
公用屬性 Workspace 取得暫止變更 Explorer 頁面目前檢視的工作區。

回頁首

事件

  名稱 描述
公用事件 PropertyChanged 當屬性值變更時發生。 (繼承自 INotifyPropertyChanged)。

回頁首

請參閱

參考

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