IWorkflowCompilerOptionsService 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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
- 파생
- 특성
설명
Important
이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은
속성
| Name | Description |
|---|---|
| CheckTypes |
사용되지 않음.
형식이 선택되어 있는지 여부를 나타내는 값을 가져옵니다. |
| Language |
사용되지 않음.
워크플로를 컴파일할 때 Visual Studio 같은 환경에서 사용하는 프로그래밍 언어를 가져옵니다. |
| RootNamespace |
사용되지 않음.
프로젝트의 루트 네임스페이스 집합을 가져옵니다. |