XmlSchemaValidator.GetUnspecifiedDefaultAttributes(ArrayList) 메서드

정의

기본 특성에 대한 ID 제약 조건의 유효성을 검사하고 요소 컨텍스트에서 메서드를 사용하여 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 호출해야 합니다. 유효성을 검사할 XML 문서에 삽입할 기본 특성을 결정하는 데 GetUnspecifiedDefaultAttributes 메서드를 사용해야 합니다.

적용 대상

추가 정보