ServiceDescription.ValidationWarnings 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 StringCollection,包含在呼叫 Read(Stream, Boolean)、Read(TextReader, Boolean)、Read(String, Boolean) 或 Read(XmlReader, Boolean) 時,validate
參數設定為 true
之下所產生的所有驗證警告。
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,包含在呼叫 Read(Stream, Boolean)、Read(TextReader, Boolean)、Read(String, Boolean) 或 Read(XmlReader, Boolean) 時,validate
參數設定為 true
之下所產生的所有驗證警告。