WorkflowCompilationContext 类

定义

注意

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

为当前编译或验证任务提供工作流编译选项。

public ref class WorkflowCompilationContext sealed
public sealed class WorkflowCompilationContext
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class WorkflowCompilationContext
type WorkflowCompilationContext = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowCompilationContext = class
Public NotInheritable Class WorkflowCompilationContext
继承
WorkflowCompilationContext
属性

注解

注释

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

此类只能使用 CreateScope 该方法在作用域的基础上创建。

属性

名称 说明
CheckTypes
已过时.

获取一个值,该值指示是否 CheckTypes 在当前范围内启用。

Current
已过时.

WorkflowCompilationContext获取当前范围内可用的值。

Language
已过时.

获取当前范围内可用的工作流编译器选项 Language

RootNamespace
已过时.

获取当前范围内可用的工作流编译器选项 RootNamespace

方法

名称 说明
CreateScope(IServiceProvider)
已过时.

初始化 WorkflowCompilationContext 当前范围内的类。

Equals(Object)
已过时.

确定指定的对象是否等于当前对象。

(继承自 Object)
GetAuthorizedTypes()
已过时.

返回编译器在编译的工作流中允许的类型列表。

GetHashCode()
已过时.

用作默认哈希函数。

(继承自 Object)
GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()
已过时.

创建当前 Object的浅表副本。

(继承自 Object)
ToString()
已过时.

返回一个表示当前对象的字符串。

(继承自 Object)

适用于