WorkflowCompilationContext.Current プロパティ

定義

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

public:
 static property System::Workflow::ComponentModel::Compiler::WorkflowCompilationContext ^ Current { System::Workflow::ComponentModel::Compiler::WorkflowCompilationContext ^ get(); };
public static System.Workflow.ComponentModel.Compiler.WorkflowCompilationContext Current { get; }
static member Current : System.Workflow.ComponentModel.Compiler.WorkflowCompilationContext
Public Shared ReadOnly Property Current As WorkflowCompilationContext

プロパティ値

現在のスコープで使用できるワークフロー コンパイル コンテキスト。コンパイル スコープが初期化されていない場合は null

適用対象