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
派生
属性

注解

重要

本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型

属性

CheckTypes

获取一个指示是否检查类型的值。

Language

获取在编译工作流时环境使用的编程语言,例如 Visual Studio。

RootNamespace

获取为此项目设置的根命名空间。

适用于