共用方式為


PendingChangesExt 類別

表示暫止的變更工具視窗。

繼承階層架構

System.Object
  Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlBaseExt
    Microsoft.VisualStudio.TeamFoundation.VersionControl.PendingChangesExt

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

語法

'宣告
Public NotInheritable Class PendingChangesExt _
    Inherits VersionControlBaseExt _
    Implements IPendingChangesExt, INotifyPropertyChanged
public sealed class PendingChangesExt : VersionControlBaseExt, 
    IPendingChangesExt, INotifyPropertyChanged

PendingChangesExt 型別會公開下列成員。

屬性

  名稱 說明
公用屬性 CheckedItems 已過時。取得包含的暫止變更。
公用屬性 CheckinComment 取得簽入註解。
公用屬性 CheckinNote 取得簽入提示。
公用屬性 ExcludedChanges 取得已排除的暫止的變更
公用屬性 ExcludedChangesFilterText 取得已排除的變更文字篩選條件
公用屬性 FilterBy 取得篩選條件選項套用 Include/Exclude 清單。
公用屬性 FilteredExcludedChanges 取得目前篩選的排除的暫止變更,在文字篩選條件 (如果有的話) 之後套用。
公用屬性 FilteredIncludedChanges 取得目前篩選的暫止變更,在文字篩選條件 (如果有的話) 之後套用。
公用屬性 IncludedChanges 取得包含的暫止變更。
公用屬性 IncludedChangesFilterText 取得包含的變更文字篩選條件
公用屬性 Items 已過時。取得目前的暫止變更 (包含和排除)
公用屬性 PolicyFailures 取得原則失敗。
公用屬性 PolicyOverrideComment 取得原則覆寫註解。
公用屬性 SelectedExcludedItems 取得目前選取的排除項目
公用屬性 SelectedIncludedItems 取得目前選取的項目。
公用屬性 SelectedItems 已過時。取得選取的變更。
公用屬性 SelectedPolicyFailures 取得目前選取的原則失敗。
公用屬性 SelectedWorkItems 取得目前選取的工作項目。
公用屬性 VsWindowFrame 已過時。被取代-傳回 NULL。
公用屬性 WorkItems 取得工作項目。
公用屬性 Workspace 取得暫止的變更 [總管] 頁面目前檢視的工作區。

回頁首

方法

  名稱 說明
公用方法 Equals 判斷指定的物件是否等於目前物件。 (繼承自 Object)。
公用方法 GetHashCode 做為特定型別的雜湊函式。 (繼承自 Object)。
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
公用方法 ToString 傳回表示目前物件的字串。 (繼承自 Object)。

回頁首

事件

  名稱 說明
公用事件 CheckedChanged 已過時。,做為項目的核取狀態的暫止變更工具視窗變更時,會引發這個事件。
公用事件 PropertyChanged
公用事件 SelectionChanged ,會在選取範圍在版本控制視窗變更時,會引發這個事件。 (繼承自 VersionControlBaseExt)。

回頁首

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.VisualStudio.TeamFoundation.VersionControl 命名空間