IExtendedUIService2 インターフェイス

定義

注意事項

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

ワークフロー デザイナー ホストが環境設定を判断するために呼び出すことができるメソッドを定義します。

public interface class IExtendedUIService2
public interface IExtendedUIService2
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface IExtendedUIService2
type IExtendedUIService2 = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type IExtendedUIService2 = interface
Public Interface IExtendedUIService2
属性

注釈

注意

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

メソッド

GetReflectionAssembly(AssemblyName)

現在のターゲット フレームワークのリフレクション コンテキストに読み込まれたアセンブリを返します。

GetRuntimeType(Type)

指定したリフレクション型の現在のランタイム型を返します。 リフレクションの種類は、ターゲットのバージョン.NET Frameworkされます。

GetTargetFrameworkVersion()

現在のプロジェクトの.NET Frameworkを返します。

IsSupportedType(Type)

指定した型が現在のターゲット バージョンでサポートされているかどうかを示す値.NET Frameworkします。

適用対象