TeamExplorerSectionBase 类

此 API 不兼容 CLS。 

继承层次结构

System.Object
  Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.TeamExplorerSectionBase

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

语法

声明
<CLSCompliantAttribute(False)> _
Public MustInherit Class TeamExplorerSectionBase _
    Implements ITeamExplorerSection, IDisposable, INotifyPropertyChanged, ITfsDiagnosticProvider,  _
    IOleCommandTarget, IPartImportsSatisfiedNotification
[CLSCompliantAttribute(false)]
public abstract class TeamExplorerSectionBase : ITeamExplorerSection, 
    IDisposable, INotifyPropertyChanged, ITfsDiagnosticProvider, IOleCommandTarget, IPartImportsSatisfiedNotification

TeamExplorerSectionBase 类型公开以下成员。

构造函数

  名称 说明
公共方法 TeamExplorerSectionBase

页首

属性

  名称 说明
受保护的属性 DefaultCommandHandler
公共属性 IsBusy
公共属性 IsExpanded
公共属性 IsVisible
公共属性 Model
公共属性 SectionContent
受保护的属性 ServiceProvider
公共属性 Title
公共属性 View
公共属性 ViewModel

页首

方法

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

页首

事件

  名称 说明
公共事件 PropertyChanged

页首

扩展方法

  名称 说明
公共扩展方法 GetId 获取此部分的ID。 (由 ITeamExplorerSectionExtensions 定义。)
公共扩展方法 GetProperty 获取节特性。 (由 ITeamExplorerSectionExtensions 定义。)
公共扩展方法 SetProperty 设置节特性。 (由 ITeamExplorerSectionExtensions 定义。)

页首

显式接口实现

  名称 说明
显式接口实现私有方法 IOleCommandTarget.Exec
显式接口实现私有方法 IOleCommandTarget.QueryStatus
显式接口实现私有属性 ITfsDiagnosticProvider.AreaPaths
显式接口实现私有属性 ITfsDiagnosticProvider.Name
显式接口实现私有方法 ITfsDiagnosticProvider.WriteState

页首

线程安全

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

请参见

参考

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