NotifyPropertyChangedDispatcherObject 类

此选件类表示对象与计划程序并实现INotifyPropertyChanged接口。

继承层次结构

System.Object
  Microsoft.TeamFoundation.MVVM.NotifyPropertyChangedDispatcherObject
    Microsoft.TeamFoundation.MVVM.BackgroundCommand
    Microsoft.TeamFoundation.MVVM.QueuedCommand
    Microsoft.TeamFoundation.MVVM.RelayCommand
    Microsoft.TeamFoundation.MVVM.ViewModelBase

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

语法

声明
Public MustInherit Class NotifyPropertyChangedDispatcherObject _
    Implements INotifyPropertyChanged, IWeakEventListener
public abstract class NotifyPropertyChangedDispatcherObject : INotifyPropertyChanged, 
    IWeakEventListener

NotifyPropertyChangedDispatcherObject 类型公开以下成员。

构造函数

  名称 说明
公共方法 NotifyPropertyChangedDispatcherObject() 初始化NotifyPropertyChangedDispatcherObject选件类的新实例。
公共方法 NotifyPropertyChangedDispatcherObject(Dispatcher) 初始化NotifyPropertyChangedDispatcherObject选件类的新实例。

页首

属性

  名称 说明
公共属性 Dispatcher 计划程序与此对象关联的。

页首

方法

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

页首

事件

  名称 说明
公共事件 PropertyChanged 在属性值更改时发生。

页首

显式接口实现

  名称 说明
显式接口实现私有方法 IWeakEventListener.ReceiveWeakEvent

页首

线程安全

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

请参见

参考

Microsoft.TeamFoundation.MVVM 命名空间