XamlType.LookupIsXData 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 XDATA
XML, selon la définition XAML.
protected:
virtual bool LookupIsXData();
protected virtual bool LookupIsXData ();
abstract member LookupIsXData : unit -> bool
override this.LookupIsXData : unit -> bool
Protected Overridable Function LookupIsXData () As Boolean
Retours
true
si ce XamlType représente XDATA
; sinon, false
.
Remarques
Cette méthode peut être appelée par des appels à IsXData.
L’implémentation par défaut effectue un CanAssignTo appel indirectement contre le type IXmlSerializable.
Remplacez cette méthode si vous souhaitez IsXData utiliser une logique différente.