IExtendedUIService2 Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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 di 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
Nota
In questo materiale vengono descritti tipi e spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5 (Tipi deprecati in Windows Workflow Foundation 4.5).
Metodi
GetReflectionAssembly(AssemblyName) |
Restituisce l'assembly caricato nel contesto di reflection per la versione di destinazione di .NET Framework corrente. |
GetRuntimeType(Type) |
Restituisce il tipo in fase di esecuzione corrente per il tipo di reflection specificato. Il tipo di reflection dipende dalla versione di .NET Framework destinazione. |
GetTargetFrameworkVersion() |
Restituisce la versione .NET Framework destinazione del progetto corrente. |
IsSupportedType(Type) |
Restituisce un valore che indica se il tipo specificato è supportato nella versione di destinazione .NET Framework corrente. |