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 do 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

Note

Esse material discute tipos e namespaces obsoletos. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5.

Métodos

Nome Description
GetReflectionAssembly(AssemblyName)
Obsoleto.

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

GetRuntimeType(Type)
Obsoleto.

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

GetTargetFrameworkVersion()
Obsoleto.

Retorna o destino .NET versão do Framework do projeto atual.

IsSupportedType(Type)
Obsoleto.

Retorna um valor que indica se o tipo especificado tem suporte na versão atual do .NET Framework.

Aplica-se a