IConventionPropertyBuilder.CanSetConverter(Type, Boolean) 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 une valeur indiquant si peut ValueConverter être configuré pour cette propriété à partir de la source de configuration actuelle.
public bool CanSetConverter (Type? converterType, bool fromDataAnnotation = false);
abstract member CanSetConverter : Type * bool -> bool
Public Function CanSetConverter (converterType As Type, Optional fromDataAnnotation As Boolean = false) As Boolean
Paramètres
- converterType
- Type
Type qui dérive de ValueConverter, ou null
pour supprimer tout convertisseur précédemment défini.
- fromDataAnnotation
- Boolean
Indique si la configuration a été spécifiée à l’aide d’une annotation de données.
Retours
true
si peut ValueConverter être configuré pour cette propriété.