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.5 中即將淘汰的類型

這個類別只能使用 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)

適用於