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.5 のDeprecated 型」を参照してください。

プロパティ

名前 説明
CheckTypes
古い.

型がチェックされているかどうかを示す値を取得します。

Language
古い.

ワークフローをコンパイルするときに、環境で使用されるプログラミング言語 (Visual Studioなど) を取得します。

RootNamespace
古い.

プロジェクトのルート名前空間セットを取得します。

適用対象