ServiceDescription.ValidationWarnings プロパティ

定義

StringCollectionRead(Stream, Boolean)Read(TextReader, Boolean)、または Read(String, Boolean) を、true に設定した validate パラメーターを指定して呼び出したときに生成された検証の警告を格納する Read(XmlReader, Boolean) を取得します。

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

StringCollectionRead(Stream, Boolean)Read(TextReader, Boolean)、または Read(String, Boolean) を、true に設定した validate パラメーターを指定して呼び出したときに生成された検証の警告を格納する Read(XmlReader, Boolean)

適用対象