ServiceDescription.ValidationWarnings Propriété
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 StringCollection contenant tous les avertissements de validation qui ont été générés pendant un appel à Read(Stream, Boolean), Read(TextReader, Boolean), Read(String, Boolean) ou Read(XmlReader, Boolean) avec la valeur true
affectée au paramètre validate
.
public:
property System::Collections::Specialized::StringCollection ^ ValidationWarnings { System::Collections::Specialized::StringCollection ^ get(); };
public System.Collections.Specialized.StringCollection ValidationWarnings { get; }
member this.ValidationWarnings : System.Collections.Specialized.StringCollection
Public ReadOnly Property ValidationWarnings As StringCollection
StringCollection qui contient tous les avertissements de validation qui ont été générés pendant un appel à Read(Stream, Boolean), Read(TextReader, Boolean), Read(String, Boolean) ou Read(XmlReader, Boolean) avec la valeur true
affectée au paramètre validate
.
Produit | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |