TryGetClrPropertyInfo 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 les informations de propriété d’un type CLR en fonction du nom de la propriété et Type.
public delegate bool TryGetClrPropertyInfo(Type clrType, string edmName, out PropertyInfo propertyInfo);
type TryGetClrPropertyInfo = delegate of Type * string * PropertyInfo -> bool
Public Delegate Function TryGetClrPropertyInfo(clrType As Type, edmName As String, ByRef propertyInfo As PropertyInfo) As Boolean
Paramètres
- clrType
- Type
Type CLR qui contient les informations de propriété.
- edmName
- String
Nom de propriété qui peut être le nom côté serveur ou le nom côté client.
- propertyInfo
- PropertyInfo
Paramètre de sortie renvoyant un PropertyInfo.
Valeur renvoyée
True si le délégué trouve la propriété, sinon false.