XamlBinaryWriterErrorInformation Structure
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.
Enregistre les informations d’erreur générées par les appels à XamlBinaryWriter.Write.
public value class XamlBinaryWriterErrorInformation
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
struct XamlBinaryWriterErrorInformation
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public struct XamlBinaryWriterErrorInformation
Public Structure XamlBinaryWriterErrorInformation
- Héritage
-
XamlBinaryWriterErrorInformation
- Attributs
Champs
InputStreamIndex |
Index du flux dans le paramètre inputStreams d’origine pour XamlBinaryWriter.Write où l’erreur s’est produite. |
LineNumber |
Numéro de ligne dans la représentation texte XAML d’entrée où l’erreur s’est produite. |
LinePosition |
Position de ligne dans la représentation de texte XAML d’entrée où l’erreur s’est produite. |