XmlSchemaValidator.GetExpectedAttributes 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 요소 컨텍스트에 나타날 수 있는 특성을 반환합니다.
public:
cli::array <System::Xml::Schema::XmlSchemaAttribute ^> ^ GetExpectedAttributes();
public System.Xml.Schema.XmlSchemaAttribute[] GetExpectedAttributes ();
member this.GetExpectedAttributes : unit -> System.Xml.Schema.XmlSchemaAttribute[]
Public Function GetExpectedAttributes () As XmlSchemaAttribute()
반환
XmlSchemaAttribute 개체의 배열이거나, 나타날 수 있는 특성이 없는 경우 빈 배열입니다.
설명
다음은 메서드를 사용할 때 고려해야 할 중요한 참고 사항입니다 GetExpectedAttributes .
메서드가 GetExpectedAttributes 메서드 바로 후에 ValidateElement 호출되면 XML 문서에 나타날 수 있는 모든 특성이 반환됩니다.
메서드를 GetExpectedAttributes 하나 이상 호출 ValidateAttribute 한 후 메서드가 호출되면 현재 요소에 대해 아직 유효성이 검사되지 않은 특성이 반환됩니다.