共用方式為


IMultiTargetingSupportService 介面

定義

針對 Windows Workflow Designer 主機提供多目標功能。

public interface class IMultiTargetingSupportService
public interface IMultiTargetingSupportService
type IMultiTargetingSupportService = interface
Public Interface IMultiTargetingSupportService
衍生

備註

多重目標是能夠在 Visual Studio 2010 中尋找對應至目前工作流程專案之目標.NET Framework版本的正確載入元件版本。

WF 設計工具元件會在內部實作此介面,以在 Visual Studio 2010 主控應用程式中以多重目標感知方式解析.NET Framework元件。 只有當其他元件需要動態載入編輯 AppDomain 時,WF 設計工具元件才會使用此介面的實作。

方法

GetReflectionAssembly(AssemblyName)

假設有組件名稱,傳回目前載入的組件。

GetRuntimeType(Type)

取得對應到指定之類型的執行階段類型。

IsSupportedType(Type)

傳回值,這個值會指出是否支援指定的類型。

適用於