Type.GetTypeCodeImpl 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.
Retourne le code du type sous-jacent de cette instance Type.
protected:
virtual TypeCode GetTypeCodeImpl();
protected virtual TypeCode GetTypeCodeImpl ();
abstract member GetTypeCodeImpl : unit -> TypeCode
override this.GetTypeCodeImpl : unit -> TypeCode
Protected Overridable Function GetTypeCodeImpl () As TypeCode
Retours
Code du type sous-jacent.
Remarques
cette méthode fournit l’implémentation de la static
méthode (en C#) ou Shared
(en Visual Basic) GetTypeCode(Type) . Lorsque vous héritez de Type , vous pouvez substituer cette méthode pour fournir votre propre implémentation de GetTypeCode .