XamlTypeMapper.AllowInternalType(Type) 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.
Demande l'autorisation pour un type dérivé XamlTypeMapper appelé sous confiance totale pour accéder à un type interne spécifique.
protected:
virtual bool AllowInternalType(Type ^ type);
protected virtual bool AllowInternalType (Type type);
abstract member AllowInternalType : Type -> bool
override this.AllowInternalType : Type -> bool
Protected Overridable Function AllowInternalType (type As Type) As Boolean
Paramètres
- type
- Type
Type auquel accéder.
Retours
true
si le type interne est accessible ; sinon, false
.
Remarques
S’il n’est pas remplacé par une sous-classe, AllowInternalType retourne false
toujours .
En cas de substitution par une sous-classe, le comportement doit être celui qui AllowInternalType doit être retourné true
si le type interne est accessible ; sinon, false
.