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
已淘汰.

取得專案的根命名空間組。

適用於