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
属性
実装

注釈

注意

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

コンストラクター

WorkflowCompilerOptionsService()
古い.

WorkflowCompilerOptionsService クラスの新しいインスタンスを初期化します。

プロパティ

CheckTypes
古い.

Authorized プロパティの値に基づき型を許可または除外するリストに従って、コンパイルされるワークフローに含まれる型をチェックするかどうかを示す値を取得します。

Language
古い.

環境で使用するプログラミング言語の名前を取得します。

RootNamespace
古い.

環境のルート名前空間を取得します。

TargetFrameworkMoniker
古い.

コンパイル済みワークフロー アセンブリのターゲット .NET Framework バージョンを取得します。

メソッド

Equals(Object)
古い.

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象