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

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

メソッド

GetLocalAssembly(Object)
古い.

指定したオブジェクトに関連付けられたローカル アセンブリを返します。

GetTransientAssembly(AssemblyName)
古い.

指定したアセンブリ名に関連付けられた一時アセンブリを返します。

GetTypeProvider(Object)
古い.

指定したオブジェクトに関連付けられた型プロバイダーを返します。

GetTypeResolutionService(Object)
古い.

指定したオブジェクトのアセンブリまたは型を名前で取得できるサービスを返します。

適用対象