TeamExplorerSectionViewModelBase 类

继承层次结构

System.Object
  Microsoft.TeamFoundation.MVVM.NotifyPropertyChangedDispatcherObject
    Microsoft.TeamFoundation.MVVM.ViewModelBase
      Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.TeamExplorerSectionViewModelBase

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

语法

声明
Public Class TeamExplorerSectionViewModelBase _
    Inherits ViewModelBase _
    Implements ITeamExplorerSection, IDisposable, INotifyPropertyChanged
public class TeamExplorerSectionViewModelBase : ViewModelBase, 
    ITeamExplorerSection, IDisposable, INotifyPropertyChanged

TeamExplorerSectionViewModelBase 类型公开以下成员。

构造函数

  名称 说明
公共方法 TeamExplorerSectionViewModelBase

页首

属性

  名称 说明
公共属性 Dispatcher 计划程序与此对象关联的。 (继承自 NotifyPropertyChangedDispatcherObject。)
公共属性 Id
公共属性 IsBusy
公共属性 IsExpanded
公共属性 IsVisible
公共属性 MessageBoxService (继承自 ViewModelBase。)
公共属性 ParentViewModel (继承自 ViewModelBase。)
公共属性 SectionContent
受保护的属性 ServiceProvider
公共属性 Title
公共属性 UIHostService (继承自 ViewModelBase。)
公共属性 WindowDisplayService (继承自 ViewModelBase。)

页首

方法

  名称 说明
受保护的方法 AddDependencySource(String, INotifyCollectionChanged) (继承自 NotifyPropertyChangedDispatcherObject。)
受保护的方法 AddDependencySource(String, INotifyPropertyChanged) (继承自 NotifyPropertyChangedDispatcherObject。)
公共方法 Cancel
公共方法 CheckAccess (继承自 NotifyPropertyChangedDispatcherObject。)
公共方法 CheckAccessBeginExecute 对线程的指定事件与对象关联的计划程序。 这对计划程序的BeginInvoke,不等待事件完成--立即返回。 (继承自 NotifyPropertyChangedDispatcherObject。)
公共方法 CheckAccessExecute(Action) 对线程的指定事件与对象关联的计划程序。 (继承自 NotifyPropertyChangedDispatcherObject。)
公共方法 CheckAccessExecute<TResult>(Func<TResult>) (继承自 NotifyPropertyChangedDispatcherObject。)
公共方法 ClearNotifications
公共方法 Dispose
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
受保护的方法 GetDependencySourceName(INotifyCollectionChanged) (继承自 NotifyPropertyChangedDispatcherObject。)
受保护的方法 GetDependencySourceName(INotifyPropertyChanged) (继承自 NotifyPropertyChangedDispatcherObject。)
公共方法 GetExtensibilityService
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 GetWaitCursor (继承自 ViewModelBase。)
公共方法 HideBusy
公共方法 HideNotification
公共方法 Initialize
公共方法 IsNotificationVisible
公共方法 Loaded
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
受保护的方法 RaisePropertyChanged (继承自 ViewModelBase。)
受保护的方法 ReceiveWeakEvent (继承自 NotifyPropertyChangedDispatcherObject。)
公共方法 Refresh
公共方法 RegisterService (继承自 ViewModelBase。)
公共方法 RegisterServices (继承自 ViewModelBase。)
受保护的方法 RemoveDependencySource(String, INotifyCollectionChanged) (继承自 NotifyPropertyChangedDispatcherObject。)
受保护的方法 RemoveDependencySource(String, INotifyPropertyChanged) (继承自 NotifyPropertyChangedDispatcherObject。)
公共方法 ResolveService<TService> 解决服务。 (继承自 ViewModelBase。)
公共方法 SaveContext
受保护的方法 SetAndRaisePropertyChanged(Boolean%, Boolean, String) 设置属性值并引发PropertyChanged事件的帮助器方法,如果该值已更改。 System.Boolean类型的优化实现。 (继承自 NotifyPropertyChangedDispatcherObject。)
受保护的方法 SetAndRaisePropertyChanged(Int32%, Int32, String) 设置属性值并引发PropertyChanged事件的帮助器方法,如果该值已更改。 System.Int32类型的优化实现。 (继承自 NotifyPropertyChangedDispatcherObject。)
受保护的方法 SetAndRaisePropertyChanged(String%, String, String) 设置属性值并引发PropertyChanged事件的帮助器方法,如果该值已更改。 字符串类型的优化实现。 (继承自 NotifyPropertyChangedDispatcherObject。)
受保护的方法 SetAndRaisePropertyChanged<T>(T%, T, String) 设置属性值并引发PropertyChanged事件的帮助器方法,如果该值已更改。 (继承自 NotifyPropertyChangedDispatcherObject。)
公共方法 ShowBusy
公共方法 ShowError
公共方法 ShowException
公共方法 ShowMessage
公共方法 ShowNotification
公共方法 ShowWarning
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)
公共方法 TryResolveService(Type) (继承自 ViewModelBase。)
公共方法 TryResolveService<TService>() (继承自 ViewModelBase。)
公共方法 UnRegisterService (继承自 ViewModelBase。)
公共方法 UnRegisterServices (继承自 ViewModelBase。)
受保护的方法 VerifyAccess 强制调用线程对此对象的。 (继承自 NotifyPropertyChangedDispatcherObject。)

页首

事件

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

页首

扩展方法

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

页首

显式接口实现

  名称 说明
显式接口实现私有方法 IWeakEventListener.ReceiveWeakEvent (继承自 NotifyPropertyChangedDispatcherObject。)

页首

线程安全

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

请参见

参考

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