共用方式為


WorkflowDataContext 類別

定義

代表目前工作流程環境的數據內容,並提供一個網橋,將工作流程自變數和變數帶入 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
繼承
WorkflowDataContext
實作

屬性

RequireRegisteredTypes

取得值,這個值表示型別是否需要透過 RegisterType<T>()註冊。

(繼承來源 CustomTypeDescriptor)

方法

Dispose()

釋放 WorkflowDataContext所使用的資源。

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetAttributes()

傳回這個型別描述元所表示之型別的自定義屬性集合。

(繼承來源 CustomTypeDescriptor)
GetClassName()

傳回這個型別描述元所表示之類別的完整名稱。

(繼承來源 CustomTypeDescriptor)
GetComponentName()

傳回這個型別描述元所表示之類別的名稱。

(繼承來源 CustomTypeDescriptor)
GetConverter()

傳回這個型別描述元所表示之型別的型別轉換子。

(繼承來源 CustomTypeDescriptor)
GetConverterFromRegisteredType()

傳回此型別的型別轉換子

描述項正在表示。

(繼承來源 CustomTypeDescriptor)
GetDefaultEvent()

傳回這個型別描述元所表示之物件之預設事件的事件描述元。

(繼承來源 CustomTypeDescriptor)
GetDefaultProperty()

傳回這個型別描述元所表示之物件之預設屬性的屬性描述元。

(繼承來源 CustomTypeDescriptor)
GetEditor(Type)

傳回指定型別的編輯器,這個編輯器與這個型別描述元所表示的類別相關聯。

(繼承來源 CustomTypeDescriptor)
GetEvents()

傳回這個型別描述元所表示之物件的事件描述元集合。

(繼承來源 CustomTypeDescriptor)
GetEvents(Attribute[])

傳回這個型別描述元所表示之物件的已篩選事件描述元集合。

(繼承來源 CustomTypeDescriptor)
GetEventsFromRegisteredType()

傳回事件描述元的集合

表示這個型別描述元的物件。

(繼承來源 CustomTypeDescriptor)
GetHashCode()

做為預設哈希函式。

(繼承來源 Object)
GetProperties()

傳回這個 WorkflowDataContext所管理的屬性集合。

GetProperties(Attribute[])

傳回這個型別描述元所表示之物件的已篩選屬性描述元集合。

(繼承來源 CustomTypeDescriptor)
GetPropertiesFromRegisteredType()

傳回屬性描述元的集合

表示這個型別描述元的物件。

(繼承來源 CustomTypeDescriptor)
GetPropertyOwner(PropertyDescriptor)

傳回 物件,其中包含指定之屬性描述項所描述的屬性。

(繼承來源 CustomTypeDescriptor)
GetType()

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()

傳回表示目前 物件的字串。

(繼承來源 Object)

事件

PropertyChanged

發生於屬性值變更時。

適用於