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 |
發生於屬性值變更時。 |