IExtendedUIService2 Interface

Definition

Caution

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

Defines the methods that workflow designer hosts can call to determine the environment settings.

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
Attributes

Remarks

Note

This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

Methods

GetReflectionAssembly(AssemblyName)

Returns the assembly loaded in reflection context for the current target framework.

GetRuntimeType(Type)

Returns the current runtime type for the specified reflection type. The reflection type depends on the target .NET Framework version.

GetTargetFrameworkVersion()

Returns the target .NET Framework version of the current project.

IsSupportedType(Type)

Returns a value that indicates whether the specified type is supported in the current target .NET Framework version.

Applies to