IExtendedUIService2 Interface
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Workflow.ComponentModel.Design
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Return to top
Defines the methods that workflow designer hosts can call to determine the environment settings.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
.NET Framework
Available since 4.0
Available since 4.0
Show:

