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; }
member this.Current : System.Workflow.ComponentModel.Compiler.WorkflowCompilationContext
Public Shared ReadOnly Property Current As WorkflowCompilationContext

属性值

WorkflowCompilationContext

在当前范围可用的工作流编译上下文;如果未初始化编译范围,则为 null

适用于