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

適用対象