TryGetClrTypeName Délégué
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.
Représente un délégué pour obtenir le nom de type CLR en fonction du nom de type edm et IEdmModel.
public delegate bool TryGetClrTypeName(IEdmModel edmModel, string edmTypeName, out string clrTypeName);
type TryGetClrTypeName = delegate of IEdmModel * string * string -> bool
Public Delegate Function TryGetClrTypeName(edmModel As IEdmModel, edmTypeName As String, ByRef clrTypeName As String) As Boolean
Paramètres
- edmTypeName
- String
Nom du type edm.
- clrTypeName
- String
Paramètre de sortie retournant un nom de type CLR.
Valeur renvoyée
True si le délégué trouve le nom du type, sinon false.