TeamExplorerAsyncPageBase 类

此 API 不兼容 CLS。 

继承层次结构

System.Object
  Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.TeamExplorerPageBase
    Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.TeamExplorerAsyncPageBase

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

语法

声明
<CLSCompliantAttribute(False)> _
Public Class TeamExplorerAsyncPageBase _
    Inherits TeamExplorerPageBase
[CLSCompliantAttribute(false)]
public class TeamExplorerAsyncPageBase : TeamExplorerPageBase

TeamExplorerAsyncPageBase 类型公开以下成员。

构造函数

  名称 说明
公共方法 TeamExplorerAsyncPageBase

页首

属性

  名称 说明
受保护的属性 DefaultCommandHandler (继承自 TeamExplorerPageBase。)
公共属性 IsBusy (继承自 TeamExplorerPageBase。)
公共属性 Model (继承自 TeamExplorerPageBase。)
公共属性 PageContent (继承自 TeamExplorerPageBase。)
受保护的属性 ServiceProvider (继承自 TeamExplorerPageBase。)
公共属性 Title (继承自 TeamExplorerPageBase。)
公共属性 View (继承自 TeamExplorerPageBase。)
公共属性 ViewModel (继承自 TeamExplorerPageBase。)
公共属性 WorkerManager (继承自 TeamExplorerPageBase。)

页首

方法

  名称 说明
公共方法 Cancel (重写 TeamExplorerPageBase.Cancel()。)
受保护的方法 CreateModel (继承自 TeamExplorerPageBase。)
受保护的方法 CreateView (继承自 TeamExplorerPageBase。)
受保护的方法 CreateViewModel (继承自 TeamExplorerPageBase。)
公共方法 Dispose (重写 TeamExplorerPageBase.Dispose()。)
受保护的方法 DisposeModel (继承自 TeamExplorerPageBase。)
受保护的方法 DisposeView (继承自 TeamExplorerPageBase。)
受保护的方法 DisposeViewModel (继承自 TeamExplorerPageBase。)
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 GetExtensibilityService (继承自 TeamExplorerPageBase。)
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 Initialize (重写 TeamExplorerPageBase.Initialize(Object, PageInitializeEventArgs)。)
受保护的方法 InitializeModel (继承自 TeamExplorerPageBase。)
受保护的方法 InitializeView (继承自 TeamExplorerPageBase。)
受保护的方法 InitializeViewModel (继承自 TeamExplorerPageBase。)
受保护的方法 IOleCommandTargetExec (继承自 TeamExplorerPageBase。)
受保护的方法 IOleCommandTargetQueryStatus (继承自 TeamExplorerPageBase。)
公共方法 Loaded (重写 TeamExplorerPageBase.Loaded(Object, PageLoadedEventArgs)。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 OnImportsSatisfied (继承自 TeamExplorerPageBase。)
受保护的方法 RaisePropertyChanged (继承自 TeamExplorerPageBase。)
公共方法 Refresh (重写 TeamExplorerPageBase.Refresh()。)
公共方法 SaveContext (重写 TeamExplorerPageBase.SaveContext(Object, PageSaveContextEventArgs)。)
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)
受保护的方法 WriteDiagnosticState (继承自 TeamExplorerPageBase。)

页首

事件

  名称 说明
公共事件 PropertyChanged (继承自 TeamExplorerPageBase。)

页首

显式接口实现

  名称 说明
显式接口实现私有方法 IOleCommandTarget.Exec (继承自 TeamExplorerPageBase。)
显式接口实现私有方法 IOleCommandTarget.QueryStatus (继承自 TeamExplorerPageBase。)
显式接口实现私有属性 ITfsDiagnosticProvider.AreaPaths (继承自 TeamExplorerPageBase。)
显式接口实现私有属性 ITfsDiagnosticProvider.Name (继承自 TeamExplorerPageBase。)
显式接口实现私有方法 ITfsDiagnosticProvider.WriteState (继承自 TeamExplorerPageBase。)

页首

线程安全

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

请参见

参考

Microsoft.TeamFoundation.Controls.WPF.TeamExplorer 命名空间