BestFitMappingAttribute.ThrowOnUnmappableChar Champ
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.
Active ou désactive la levée d'une exception sur un caractère Unicode non mappable converti en caractère ANSI '?'.
public: bool ThrowOnUnmappableChar;
public bool ThrowOnUnmappableChar;
val mutable ThrowOnUnmappableChar : bool
Public ThrowOnUnmappableChar As Boolean
Valeur de champ
Remarques
Si false
, le ThrowOnUnmappableChar champ est désactivé ; sinon, une exception est levée chaque fois que le marshaleur d’interopérabilité rencontre un caractère non utilisable.
false
par défaut.