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 文档的默认属性。

适用于

另请参阅