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
派生
属性

注釈

重要

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

プロパティ

CheckTypes
古い.

型を検査するかどうかを示す値を取得します。

Language
古い.

ワークフローのコンパイル時に Visual Studio などの環境で使用するプログラミング言語を取得します。

RootNamespace
古い.

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

適用対象