XmlSchemaObject.LinePosition Propriété

Définition

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.

S’applique à