WorkflowCompilerOptionsService 類別

定義

警告

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

提供 的預設實作。IWorkflowCompilerOptionsService

public ref class WorkflowCompilerOptionsService : System::Workflow::ComponentModel::Compiler::IWorkflowCompilerOptionsService
public class WorkflowCompilerOptionsService : System.Workflow.ComponentModel.Compiler.IWorkflowCompilerOptionsService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class WorkflowCompilerOptionsService : System.Workflow.ComponentModel.Compiler.IWorkflowCompilerOptionsService
type WorkflowCompilerOptionsService = class
    interface IWorkflowCompilerOptionsService
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowCompilerOptionsService = class
    interface IWorkflowCompilerOptionsService
Public Class WorkflowCompilerOptionsService
Implements IWorkflowCompilerOptionsService
繼承
WorkflowCompilerOptionsService
屬性
實作

備註

Note

此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的 Deprecated Types。

建構函式

名稱 Description
WorkflowCompilerOptionsService()
已淘汰.

初始化 WorkflowCompilerOptionsService 類別的新執行個體。

屬性

名稱 Description
CheckTypes
已淘汰.

會得到一個值,表示被編譯的工作流程中的型別是否會根據屬性值與允許或排除的 Authorized 清單進行核對。

Language
已淘汰.

取得環境中使用的程式語言名稱。

RootNamespace
已淘汰.

取得環境的根命名空間。

TargetFrameworkMoniker
已淘汰.

取得已編譯工作流程組合的目標 .NET Framework 版本。

方法

名稱 Description
Equals(Object)
已淘汰.

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()
已淘汰.

做為預設哈希函式。

(繼承來源 Object)
GetType()
已淘汰.

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()
已淘汰.

傳回表示目前 物件的字串。

(繼承來源 Object)

適用於