다음을 통해 공유


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입니다.

적용 대상