ITypeProviderCreator Interfaccia

Definizione

Attenzione

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

Definisce un gruppo di metodi a uso delle classi per la creazione di un provider di tipi per una finestra di progettazione di attività o flussi di lavoro.

public interface class ITypeProviderCreator
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("0E6DF9D7-B4B5-4af7-9647-FC335CCE393F")]
public interface ITypeProviderCreator
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("0E6DF9D7-B4B5-4af7-9647-FC335CCE393F")]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface ITypeProviderCreator
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("0E6DF9D7-B4B5-4af7-9647-FC335CCE393F")>]
type ITypeProviderCreator = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("0E6DF9D7-B4B5-4af7-9647-FC335CCE393F")>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ITypeProviderCreator = interface
Public Interface ITypeProviderCreator
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

GetLocalAssembly(Object)
Obsoleti.

Restituisce l'assembly locale associato all'oggetto specificato.

GetTransientAssembly(AssemblyName)
Obsoleti.

Restituisce l'assembly temporaneo associato al nome di assembly specificato.

GetTypeProvider(Object)
Obsoleti.

Restituisce il provider di tipi associato all'oggetto specificato.

GetTypeResolutionService(Object)
Obsoleti.

Restituisce un servizio in grado di recuperare un assembly o un tipo in base al nome per l'oggetto specificato.

Si applica a