다음을 통해 공유


IWorkflowCompilerOptionsService 인터페이스

정의

주의

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

유효성 검사 및 컴파일 프로세스 중에 환경별 컴파일 정보를 제공하도록 워크플로 디자이너 및 컴파일러를 호스팅하는 환경에서 구현된 인터페이스를 정의합니다.

public interface class IWorkflowCompilerOptionsService
public interface IWorkflowCompilerOptionsService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface IWorkflowCompilerOptionsService
type IWorkflowCompilerOptionsService = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type IWorkflowCompilerOptionsService = interface
Public Interface IWorkflowCompilerOptionsService
파생
특성

설명

중요

이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.

속성

CheckTypes

형식을 확인했는지 여부를 나타내는 값을 가져옵니다.

Language

워크플로를 컴파일할 때 Visual Studio와 같은 환경에 사용되는 프로그래밍 언어를 가져옵니다.

RootNamespace

프로젝트에 대해 설정된 루트 네임스페이스를 가져옵니다.

적용 대상