WorkflowCompilationContext クラス

定義

注意事項

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

現在のコンパイルまたは検証タスクのワークフロー コンパイル オプションを提供します。

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

注釈

Note

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

このクラスは、 CreateScope メソッドを使用して、スコープベースでのみ作成できます。

プロパティ

名前 説明
CheckTypes
古い.

現在のスコープで CheckTypes が有効かどうかを示す値を取得します。

Current
古い.

現在のスコープで使用できる WorkflowCompilationContext を取得します。

Language
古い.

現在のスコープで使用できるワークフロー コンパイラ オプション Language を取得します。

RootNamespace
古い.

現在のスコープで使用できるワークフロー コンパイラ オプション RootNamespace を取得します。

メソッド

名前 説明
CreateScope(IServiceProvider)
古い.

現在のスコープで WorkflowCompilationContext クラスを初期化します。

Equals(Object)
古い.

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

(継承元 Object)
GetAuthorizedTypes()
古い.

コンパイル済みワークフローでコンパイラが許可する型の一覧を返します。

GetHashCode()
古い.

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

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

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

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

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

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

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

(継承元 Object)

適用対象