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
此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的
属性
| 名称 | 说明 |
|---|---|
| CheckTypes |
已过时.
获取一个值,该值指示是否检查类型。 |
| Language |
已过时.
获取编译工作流时环境使用的编程语言,例如Visual Studio。 |
| RootNamespace |
已过时.
获取项目的根命名空间集。 |