System::Xml::Schema::XmlSchemaSet::Contains 메서드

XmlSchemaSet::Contains(const SharedPtr<XmlSchema>&) method

지정된 XML Schema 정의 언어 (XSD) XmlSchema 객체가 XmlSchemaSet에 포함되어 있는지 여부를 나타냅니다.

bool System::Xml::Schema::XmlSchemaSet::Contains(const SharedPtr<XmlSchema> &schema)
매개변수형식설명
schemaconst SharedPtr<XmlSchema>&XmlSchema 객체입니다.

ReturnValue

true if the XmlSchema object is in the XmlSchemaSet; otherwise, false.

또 보기

XmlSchemaSet::Contains(String) method

지정된 대상 네임스페이스 URI를 가진 XML Schema 정의 언어 (XSD) 스키마가 XmlSchemaSet에 포함되어 있는지 여부를 나타냅니다.

bool System::Xml::Schema::XmlSchemaSet::Contains(String targetNamespace)
매개변수형식설명
targetNamespaceString스키마 targetNamespace 속성입니다.

ReturnValue

true if a schema with the specified target namespace URI is in the XmlSchemaSet; otherwise, false.

또 보기