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

備註

注意

此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型

方法

GetReflectionAssembly(AssemblyName)

傳回目前目標架構之反射內容所載入的組件。

GetRuntimeType(Type)

傳回指定反映型別目前的執行階段型別。 反映型別取決於目標 .NET Framework 版本。

GetTargetFrameworkVersion()

傳回目前專案的目標 .NET Framework 版本。

IsSupportedType(Type)

傳回值,這個值表示目前的目標 .NET Framework 版本中是否支援指定的類型。

適用於