IExtendedUIService2 Interfaccia

Definizione

Attenzione

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

Definisce i metodi che gli host della finestra di progettazione del flusso di lavoro possono chiamare per determinare le impostazioni dell'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
Attributi

Commenti

Note

Questo materiale illustra i tipi e gli spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5.

Metodi

Nome Descrizione
GetReflectionAssembly(AssemblyName)
Obsoleti.

Restituisce l'assembly caricato nel contesto di reflection per il framework di destinazione corrente.

GetRuntimeType(Type)
Obsoleti.

Restituisce il tipo di runtime corrente per il tipo di reflection specificato. Il tipo di reflection dipende dalla versione di .NET Framework di destinazione.

GetTargetFrameworkVersion()
Obsoleti.

Restituisce la versione di .NET Framework di destinazione del progetto corrente.

IsSupportedType(Type)
Obsoleti.

Restituisce un valore che indica se il tipo specificato è supportato nella versione corrente di .NET Framework di destinazione.

Si applica a