XmlSchemaAnyAttribute.ProcessContents 속성

정의

애플리케이션 또는 XML 프로세서가 anyAttribute 요소에 의해 지정된 특성에 대해 XML 문서의 유효성 검사를 처리하는 방법에 대한 정보를 가져오거나 설정합니다.

public:
 property System::Xml::Schema::XmlSchemaContentProcessing ProcessContents { System::Xml::Schema::XmlSchemaContentProcessing get(); void set(System::Xml::Schema::XmlSchemaContentProcessing value); };
public System.Xml.Schema.XmlSchemaContentProcessing ProcessContents { get; set; }
member this.ProcessContents : System.Xml.Schema.XmlSchemaContentProcessing with get, set
Public Property ProcessContents As XmlSchemaContentProcessing

속성 값

XmlSchemaContentProcessing

XmlSchemaContentProcessing 값 중 하나입니다. processContents 특성이 지정되지 않은 경우 기본값은 Strict입니다.

적용 대상