WorkItemsListProvider 类

继承层次结构

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.WpfControls.WorkItemsListProvider

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

语法

声明
Public Class WorkItemsListProvider _
    Implements IWorkItemsListProvider, INotifyPropertyChanged, IDisposable
public class WorkItemsListProvider : IWorkItemsListProvider, 
    INotifyPropertyChanged, IDisposable

WorkItemsListProvider 类型公开以下成员。

构造函数

  名称 说明
公共方法 WorkItemsListProvider

页首

属性

  名称 说明
公共属性 ExcludedWorkItemIds
公共属性 MaxNumberOfItemsToShow
公共属性 TotalCount
公共属性 VisibleCount
公共属性 WorkItems

页首

方法

  名称 说明
公共方法 AddWorkItem
公共方法 AddWorkItems
公共方法 Clear
公共方法 CompleteLoading(Collection<WorkItemValueProvider>)
公共方法 CompleteLoading(Collection<WorkItemValueProvider>, Boolean)
公共方法 Dispose
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法静态成员 FindQueryDefinition
公共方法 GetBugWorkItemTypeName
公共方法 GetCodeReviewResponseWorkItemTypeName
公共方法 GetCodeReviewWorkItemTypeName
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 Initialize(IServiceProvider)
公共方法 Initialize(IServiceProvider, Dispatcher)
公共方法 InvalidateWorkItem
公共方法 LoadFromQuery(WorkItemStore, String, String)
公共方法 LoadFromQuery(WorkItemStore, String, String, Collection<WorkItemValueProvider>)
公共方法 LoadFromStoredQuery(WorkItemStore, String, QueryDefinition)
公共方法 LoadFromStoredQuery(WorkItemStore, String, QueryDefinition, Collection<WorkItemValueProvider>)
公共方法 LoadFromStoredQuery(WorkItemStore, String, String, String)
公共方法 LoadFromStoredQuery(WorkItemStore, String, String, String, Collection<WorkItemValueProvider>)
公共方法 LoadQueryResults(WorkItemCollection)
公共方法 LoadQueryResults(WorkItemCollection, Collection<WorkItemValueProvider>)
公共方法 LoadWorkItems(WorkItemStore, array<Int32[])
公共方法 LoadWorkItems(WorkItemStore, array<Int32[], String)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 OpenResults()
公共方法 OpenResults(WorkItemStore, String, String)
公共方法 OpenWorkItem
公共方法 RemoveWorkItem
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)
公共方法 TryFindWorkItem
公共方法静态成员 ValidateWorkItemsAccess

页首

事件

  名称 说明
公共事件 PropertyChanged
公共事件 WorkItemChanged

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.TeamFoundation.WorkItemTracking.WpfControls 命名空间