共用方式為


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

適用於