XmlSchemaValidator.GetUnspecifiedDefaultAttributes(ArrayList) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
對預設屬性驗證識別條件約束,並針對先前尚未使用 ArrayList 方法在項目內容中驗證預設值的任何屬性,以其 XmlSchemaAttribute 物件填入指定的 ValidateAttribute。
public:
void GetUnspecifiedDefaultAttributes(System::Collections::ArrayList ^ defaultAttributes);
public void GetUnspecifiedDefaultAttributes (System.Collections.ArrayList defaultAttributes);
member this.GetUnspecifiedDefaultAttributes : System.Collections.ArrayList -> unit
Public Sub GetUnspecifiedDefaultAttributes (defaultAttributes As ArrayList)
參數
- defaultAttributes
- ArrayList
ArrayList,要用驗證期間尚未在項目內容中遇到之任何屬性的 XmlSchemaAttribute 物件填入。
備註
GetUnspecifiedDefaultAttributes使用 方法驗證目前專案 ValidateAttribute 的所有屬性之後,必須呼叫 方法。 應使用 GetUnspecifiedDefaultAttributes 方法,判斷要將哪些預設屬性插入要驗證的 XML 文件。