次の方法で共有


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

プロパティ値が変更されたときに発生します。

適用対象