Partager via


ITypeProviderCreator.GetTypeResolutionService(Object) Méthode

Définition

Retourne un service qui peut récupérer un assembly ou un type par nom pour l'objet spécifié.

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

Paramètres

obj
Object

Object pour lequel récupérer le service de résolution de type.

Retours

ITypeResolutionService

ITypeResolutionService à utiliser pour récupérer un assembly ou un type.

S’applique à