XamlType.LookupIsUnknown 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 qui indique si ce XamlType représente un type qui ne peut pas être résolu dans le système de type sous-jacent.
protected:
virtual bool LookupIsUnknown();
protected virtual bool LookupIsUnknown ();
abstract member LookupIsUnknown : unit -> bool
override this.LookupIsUnknown : unit -> bool
Protected Overridable Function LookupIsUnknown () As Boolean
Retours
true
si ce XamlType représente un type qui ne peut pas être résolu ; sinon, false
.
Remarques
Cette méthode peut être appelée par des appels à IsUnknown.
L’implémentation par défaut peut utiliser la réflexion CLR. Pour une valeur null UnderlyingType, elle retourne true
.
Remplacez cette méthode si vous souhaitez IsUnknown utiliser une logique différente.