XmlSchemaValidator.LineInfoProvider 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 les informations de numéro de ligne pour le nœud XML en cours de validation.
public:
property System::Xml::IXmlLineInfo ^ LineInfoProvider { System::Xml::IXmlLineInfo ^ get(); void set(System::Xml::IXmlLineInfo ^ value); };
public System.Xml.IXmlLineInfo LineInfoProvider { get; set; }
member this.LineInfoProvider : System.Xml.IXmlLineInfo with get, set
Public Property LineInfoProvider As IXmlLineInfo
Valeur de propriété
Objet IXmlLineInfo.
Remarques
Les informations de ligne sont signalées par n’importe quelle XmlSchemaValidationException levée pendant le processus de validation.
L’objet par défaut IXmlLineInfo retourné par la LineInfoProvider propriété retourne 0 pour les propriétés et LinePosition les LineNumber propriétés.