TeamExplorerPageViewModelBase 类
继承层次结构
System.Object
Microsoft.TeamFoundation.MVVM.NotifyPropertyChangedDispatcherObject
Microsoft.TeamFoundation.MVVM.ViewModelBase
Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.TeamExplorerPageViewModelBase
命名空间: Microsoft.TeamFoundation.Controls.WPF.TeamExplorer
程序集: Microsoft.TeamFoundation.Controls(在 Microsoft.TeamFoundation.Controls.dll 中)
语法
声明
Public Class TeamExplorerPageViewModelBase _
Inherits ViewModelBase _
Implements ITeamExplorerPage, IDisposable, INotifyPropertyChanged
public class TeamExplorerPageViewModelBase : ViewModelBase,
ITeamExplorerPage, IDisposable, INotifyPropertyChanged
TeamExplorerPageViewModelBase 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
TeamExplorerPageViewModelBase |
页首
属性
名称 | 说明 | |
---|---|---|
Dispatcher | 计划程序与此对象关联的。 (继承自 NotifyPropertyChangedDispatcherObject。) | |
Id | ||
IsBusy | ||
MessageBoxService | (继承自 ViewModelBase。) | |
PageContent | ||
ParentViewModel | (继承自 ViewModelBase。) | |
ServiceProvider | ||
Title | ||
UIHostService | (继承自 ViewModelBase。) | |
WindowDisplayService | (继承自 ViewModelBase。) |
页首
方法
页首
事件
名称 | 说明 | |
---|---|---|
PropertyChanged | 在属性值更改时发生。 (继承自 NotifyPropertyChangedDispatcherObject。) |
页首
扩展方法
名称 | 说明 | |
---|---|---|
Close | 关闭此页。 (由 ITeamExplorerPageExtensions 定义。) | |
GetFocusedSection | 获取此页的中心的一部分。 (由 ITeamExplorerPageExtensions 定义。) | |
GetId | 获取此页的ID。 (由 ITeamExplorerPageExtensions 定义。) | |
GetProperty | 获取页的属性。 (由 ITeamExplorerPageExtensions 定义。) | |
GetSection | 获取此页的部分具有指定ID的. (由 ITeamExplorerPageExtensions 定义。) | |
GetSections | 获取此页的一部分。 (由 ITeamExplorerPageExtensions 定义。) | |
GetService<T> | 获取请求的服务。 (由 ITeamExplorerPageExtensions 定义。) | |
RefreshPageAndSections | 刷新此页及其部分。 (由 ITeamExplorerPageExtensions 定义。) | |
SetProperty | 设置页属性。 (由 ITeamExplorerPageExtensions 定义。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
IWeakEventListener.ReceiveWeakEvent | (继承自 NotifyPropertyChangedDispatcherObject。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。