Partilhar via


IExtendedUIService2 Interface

Definição

Cuidado

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

Define os métodos que os hosts de designer de fluxo de trabalho podem chamar para determinar as configurações de ambiente.

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
Atributos

Comentários

Observação

Este material discute tipos e namespaces obsoletos. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5 (Tipos preteridos no Windows Workflow Foundation 4.5).

Métodos

GetReflectionAssembly(AssemblyName)

Retorna o assembly carregado no contexto de reflexão para a estrutura de destino atual.

GetRuntimeType(Type)

Retorna o tipo de runtime atual para o tipo de reflexão especificado. o tipo de reflexão depende da versão de .NET Framework de destino.

GetTargetFrameworkVersion()

retorna a versão de .NET Framework de destino do projeto atual.

IsSupportedType(Type)

retorna um valor que indica se há suporte para o tipo especificado na versão de .NET Framework de destino atual.

Aplica-se a