ConfigurationElement.GetTransformedTypeString(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.
Retourne la version transformée du nom de type spécifié.
protected:
virtual System::String ^ GetTransformedTypeString(System::String ^ typeName);
protected virtual string GetTransformedTypeString (string typeName);
abstract member GetTransformedTypeString : string -> string
override this.GetTransformedTypeString : string -> string
Protected Overridable Function GetTransformedTypeString (typeName As String) As String
Paramètres
- typeName
- String
Nom du type.
Retours
Version transformée du nom de type spécifié. Si aucun transformateur n'est disponible, la valeur de paramètre typeName
est retournée inchangée. La valeur de la propriété TypeStringTransformer est null
si aucun transformateur n'est disponible.
Remarques
La SerializeElement méthode et la SerializeToXmlElement méthode appellent cette méthode afin de transformer un nom de type lorsqu’une version antérieure du .NET Framework est ciblée.