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

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

メソッド

名前 説明
GetReflectionAssembly(AssemblyName)
古い.

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

GetRuntimeType(Type)
古い.

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

GetTargetFrameworkVersion()
古い.

現在のプロジェクトのターゲット .NET Framework バージョンを返します。

IsSupportedType(Type)
古い.

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

適用対象