共用方式為


VersionControlFolderDifference 類別

封裝資料夾差異執行個體的包裝函式。

繼承階層架構

System.Object
  Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlBaseToolWindowExt
    Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlFolderDifference

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

語法

'宣告
Public NotInheritable Class VersionControlFolderDifference _
    Inherits VersionControlBaseToolWindowExt
public sealed class VersionControlFolderDifference : VersionControlBaseToolWindowExt

VersionControlFolderDifference 類型會公開下列成員。

屬性

  名稱 描述
公用屬性 Error 取得最後背景比較的錯誤例外狀況
公用屬性 IsBusy 如果背景比較過程中,則傳回 true。
公用屬性 IsCanceled 如果背景比較已取消,則傳回 true。
公用屬性 IsDiffInProgress 已過時。如果背景比較過程中,則傳回 true。
公用屬性 Items 取得在結果檢視中的所有項目。
公用屬性 Options 取得要套用的篩選條件和選項。
公用屬性 SelectedItems 取得在結果檢視中所有選取的項目。
公用屬性 SourcePath 取得來源路徑。
公用屬性 SourceVersionSpec 取得來源版本規格。
公用屬性 Statistics 取得統計資料。
公用屬性 TargetPath 取得目標路徑。
公用屬性 TargetVersionSpec 取得目標版本規格。
公用屬性 VsWindowFrame 取得這個工具視窗的 IVsWindowFrame。 (繼承自 VersionControlBaseToolWindowExt)。
公用屬性 Workspace 取得這個資料夾差異使用的工作區。

回頁首

方法

  名稱 描述
公用方法 Equals 判斷指定的物件是否等於目前物件。 (繼承自 Object)。
公用方法 GetHashCode 做為預設雜湊函式。 (繼承自 Object)。
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
公用方法 Refresh 重新整理結果。
公用方法 RerunCompare 引發用來啟動這個資料夾差異執行個體比較的對話方塊。
公用方法 ToString 傳回表示目前物件的字串。 (繼承自 Object)。

回頁首

執行緒安全

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

請參閱

參考

Microsoft.VisualStudio.TeamFoundation.VersionControl 命名空間