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 未初始化任何编译范围。

适用于