XmlSchemaObject.LinePosition Propriété
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.
Obtient ou définit la position de ligne dans le fichier auquel l’élément schema fait référence.
public:
property int LinePosition { int get(); void set(int value); };
public int LinePosition { get; set; }
member this.LinePosition : int with get, set
Public Property LinePosition As Integer
Valeur de propriété
Position de ligne.
Remarques
Il est utilisé pour stocker la position de ligne lorsqu’un schéma est lu à partir d’un fichier. Cela est signalé pour XmlSchemaException la gestion des erreurs.