WorkflowDataContext 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示当前工作流环境的数据上下文,并提供一个桥梁,用于将工作流参数和变量引入 Windows Presentation Foundation (WPF) 数据绑定的范围。
public ref class WorkflowDataContext sealed : System::ComponentModel::CustomTypeDescriptor, IDisposable, System::ComponentModel::INotifyPropertyChanged
public sealed class WorkflowDataContext : System.ComponentModel.CustomTypeDescriptor, IDisposable, System.ComponentModel.INotifyPropertyChanged
type WorkflowDataContext = class
inherit CustomTypeDescriptor
interface INotifyPropertyChanged
interface IDisposable
Public NotInheritable Class WorkflowDataContext
Inherits CustomTypeDescriptor
Implements IDisposable, INotifyPropertyChanged
- 继承
- 实现
属性
RequireRegisteredTypes |
获取一个值,该值指示是否需要通过 RegisterType<T>()注册类型。 (继承自 CustomTypeDescriptor) |
方法
事件
PropertyChanged |
当属性值更改时发生。 |