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类型。

适用于