Partager via


ServiceDescription.ValidationWarnings Propriété

Définition

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

Valeur de propriété

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.

S’applique à