共用方式為


XmlSchemaValidator.GetUnspecifiedDefaultAttributes(ArrayList) 方法

定義

對預設屬性驗證識別條件約束,並針對先前尚未使用 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 文件。

適用於

另請參閱