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

注解

Important

此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的 Deprecated Types。

属性

名称 说明
CheckTypes
已过时.

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

Language
已过时.

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

RootNamespace
已过时.

获取项目的根命名空间集。

适用于