共用方式為


ITypeProviderCreator.GetTypeResolutionService(Object) 方法

定義

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

public:
 System::ComponentModel::Design::ITypeResolutionService ^ GetTypeResolutionService(System::Object ^ obj);
public System.ComponentModel.Design.ITypeResolutionService GetTypeResolutionService (object obj);
abstract member GetTypeResolutionService : obj -> System.ComponentModel.Design.ITypeResolutionService
Public Function GetTypeResolutionService (obj As Object) As ITypeResolutionService

參數

obj
Object

Object,為其擷取型別解析服務。

傳回

用來擷取組件或型別的 ITypeResolutionService

適用於