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