IFactoryService.GetType(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère le type de l’objet pour le nom complet fourni.
public:
Type ^ GetType(System::String ^ fullName);
public Type GetType(string fullName);
abstract member GetType : string -> Type
Public Function GetType (fullName As String) As Type
Paramètres
- fullName
- String
Nom complet du type.
Retours
Type de l’objet.