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
實作

方法

Dispose()

釋放 WorkflowDataContext 使用的資源。

Equals(Object)

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

(繼承來源 Object)
GetAttributes()

傳回這個型別描述項所表示之型別的自訂屬性集合。

(繼承來源 CustomTypeDescriptor)
GetClassName()

傳回此類型描述元所代表之類別的完整格式名稱。

(繼承來源 CustomTypeDescriptor)
GetComponentName()

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

(繼承來源 CustomTypeDescriptor)
GetConverter()

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

(繼承來源 CustomTypeDescriptor)
GetDefaultEvent()

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

(繼承來源 CustomTypeDescriptor)
GetDefaultProperty()

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

(繼承來源 CustomTypeDescriptor)
GetEditor(Type)

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

(繼承來源 CustomTypeDescriptor)
GetEvents()

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

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

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

(繼承來源 CustomTypeDescriptor)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetProperties()

傳回由此 WorkflowDataContext 管理的屬性集合。

GetProperties(Attribute[])

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

(繼承來源 CustomTypeDescriptor)
GetPropertyOwner(PropertyDescriptor)

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

(繼承來源 CustomTypeDescriptor)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

事件

PropertyChanged

當屬性值變更時發生。

適用於