IAllPendingChangesExt 接口

所有挂起的更改、所有搁置集的详细信息和所有变更集的扩展性接口详细信息页。

命名空间:  Microsoft.TeamFoundation.VersionControl.Controls.Extensibility
程序集:  Microsoft.TeamFoundation.VersionControl.Controls(在 Microsoft.TeamFoundation.VersionControl.Controls.dll 中)

语法

声明
Public Interface IAllPendingChangesExt _
    Inherits INotifyPropertyChanged
public interface IAllPendingChangesExt : INotifyPropertyChanged

IAllPendingChangesExt 类型公开以下成员。

属性

  名称 说明
公共属性 Changes 获取所有挂起的更改。
公共属性 FilterBy 获取筛选的类型应用于已更改。
公共属性 FilteredChanges 获取筛选的更改。
公共属性 FilterText 获取筛选器文本
公共属性 SelectedItems 获取当前选定项。
公共属性 Workspace 获取在挂起的更改资源管理器当前页中查看的工作区。

页首

事件

  名称 说明
公共事件 PropertyChanged 在更改属性值时发生。 (继承自 INotifyPropertyChanged。)

页首

请参见

参考

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