ITypeProviderCreator 介面

定義

警告

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

定義一組方法,讓類別可以用來為活動或工作流程設計工具建立型別提供者。

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
屬性

備註

注意

此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型

方法

GetLocalAssembly(Object)
已淘汰.

傳回與指定物件相關聯的本機組件。

GetTransientAssembly(AssemblyName)
已淘汰.

傳回與指定物件名稱相關聯的暫時性 (Transient) 組件。

GetTypeProvider(Object)
已淘汰.

傳回與指定物件相關聯的型別提供者。

GetTypeResolutionService(Object)
已淘汰.

傳回可以透過指定物件名稱擷取組件或型別的服務。

適用於