XmlSchemaObject.LinePosition Propriété

Définition

Obtient ou définit la position de la ligne du fichier à laquelle 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é

Int32

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é XmlSchemaException pour la gestion des erreurs.

S’applique à