XmlSchemaException.SourceUri 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 l'emplacement de l'URI (Uniform Resource Identifier) du schéma qui a provoqué l'exception.
public:
property System::String ^ SourceUri { System::String ^ get(); };
public string? SourceUri { get; }
public string SourceUri { get; }
member this.SourceUri : string
Public ReadOnly Property SourceUri As String
Valeur de propriété
Emplacement URI du schéma qui a provoqué l'exception.
Remarques
Important
La SourceUri propriété retourne le chemin d’URI du fichier de schéma qui a provoqué l’exception. La SourceUri propriété ne doit pas être exposée dans des scénarios non approuvés.