WorkflowTransactionOptions クラス

定義

注意事項

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

ワークフロー トランザクションの種類のオプションのコンテナー。 このクラスは継承できません。

public ref class WorkflowTransactionOptions sealed : System::Workflow::ComponentModel::DependencyObject
[System.ComponentModel.Browsable(true)]
public sealed class WorkflowTransactionOptions : System.Workflow.ComponentModel.DependencyObject
[System.ComponentModel.Browsable(true)]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class WorkflowTransactionOptions : System.Workflow.ComponentModel.DependencyObject
[<System.ComponentModel.Browsable(true)>]
type WorkflowTransactionOptions = class
    inherit DependencyObject
[<System.ComponentModel.Browsable(true)>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowTransactionOptions = class
    inherit DependencyObject
Public NotInheritable Class WorkflowTransactionOptions
Inherits DependencyObject
継承
WorkflowTransactionOptions
属性

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

コンストラクター

名前 説明
WorkflowTransactionOptions()
古い.

WorkflowTransactionOptions クラスの新しいインスタンスを初期化します。

フィールド

名前 説明
IsolationLevelProperty
古い.

DependencyPropertyを表すIsolationLevel

TimeoutDurationProperty
古い.

DependencyPropertyを表すTimeoutDuration

プロパティ

名前 説明
DesignMode
古い.

このインスタンスがデザイン モードかランタイム モードかを示す値を取得します。

(継承元 DependencyObject)
IsolationLevel
古い.

トランザクションの IsolationLevel を取得または設定します。

ParentDependencyObject
古い.

DependencyObject グラフ内の親 DependencyObject を取得します。

(継承元 DependencyObject)
Site
古い.

SiteDependencyObject コンポーネントへの参照を取得または設定します。

(継承元 DependencyObject)
TimeoutDuration
古い.

トランザクションのタイムアウト期間を表す TimeSpan を取得または設定します。

UserData
古い.

カスタム データをこのクラス インスタンスに関連付ける IDictionary を取得します。

(継承元 DependencyObject)

メソッド

名前 説明
AddHandler(DependencyProperty, Object)
古い.

DependencyObjectのイベントのハンドラーを追加します。

(継承元 DependencyObject)
Dispose()
古い.

DependencyObjectで使用されているすべてのリソースを解放します。

(継承元 DependencyObject)
Dispose(Boolean)
古い.

アンマネージド リソースを解放し、必要に応じて、DependencyObjectによって使用されるマネージド リソースを解放します。

(継承元 DependencyObject)
Equals(Object)
古い.

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetBinding(DependencyProperty)
古い.

特定の ActivityBindに関連付けられている DependencyProperty へのアクセスを提供します。

(継承元 DependencyObject)
GetBoundValue(ActivityBind, Type)
古い.

Objectの件名である ActivityBind を取得します。

(継承元 DependencyObject)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetInvocationList<T>(DependencyProperty)
古い.

指定した DependencyPropertyのデリゲートを含む配列を取得します。

(継承元 DependencyObject)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
GetValue(DependencyProperty)
古い.

指定された DependencyPropertyの値へのアクセスを提供します。

(継承元 DependencyObject)
GetValueBase(DependencyProperty)
古い.

DependencyProperty のバインドされたオブジェクトへのアクセスを提供し、GetValue(DependencyProperty) オーバーライドをバイパスします。

(継承元 DependencyObject)
InitializeProperties()
古い.

派生クラスでオーバーライドされると、依存関係プロパティの初期化を実行します。

(継承元 DependencyObject)
IsBindingSet(DependencyProperty)
古い.

DependencyProperty の値がバインディングとして設定されているかどうかを示します。 SetBinding(DependencyProperty, ActivityBind)を参照してください。

(継承元 DependencyObject)
MemberwiseClone()
古い.

現在の Objectの簡易コピーを作成します。

(継承元 Object)
MetaEquals(DependencyObject)
古い.

この metapropertiesDependencyObject が、パラメーター化された metapropertiesDependencyObject と等しいかどうかを判断します。

(継承元 DependencyObject)
RemoveHandler(DependencyProperty, Object)
古い.

関連付けられている EventHandlerから DependencyProperty を削除します。

(継承元 DependencyObject)
RemoveProperty(DependencyProperty)
古い.

DependencyPropertyから DependencyObject を削除します。

(継承元 DependencyObject)
SetBinding(DependencyProperty, ActivityBind)
古い.

指定した ActivityBindDependencyProperty を設定します。

(継承元 DependencyObject)
SetBoundValue(ActivityBind, Object)
古い.

ターゲット ActivityBindの値を設定します。

(継承元 DependencyObject)
SetReadOnlyPropertyValue(DependencyProperty, Object)
古い.

読み取り専用の DependencyPropertyの値を設定します。

(継承元 DependencyObject)
SetValue(DependencyProperty, Object)
古い.

DependencyProperty の値をオブジェクトに設定します。

(継承元 DependencyObject)
SetValueBase(DependencyProperty, Object)
古い.

DependencyPropertyをバイパスして、指定した ObjectSetValue(DependencyProperty, Object) の値を設定します。

(継承元 DependencyObject)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

明示的なインターフェイスの実装

名前 説明
IComponent.Disposed
古い.

コンポーネントの Disposed イベントを処理するメソッドを表します。

(継承元 DependencyObject)

適用対象