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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| schema | const SharedPtr<XmlSchema>& | XmlSchema 객체입니다. |
ReturnValue
true if the XmlSchema object is in the XmlSchemaSet; otherwise, false.
또 보기
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++
XmlSchemaSet::Contains(String) method
지정된 대상 네임스페이스 URI를 가진 XML Schema 정의 언어 (XSD) 스키마가 XmlSchemaSet에 포함되어 있는지 여부를 나타냅니다.
bool System::Xml::Schema::XmlSchemaSet::Contains(String targetNamespace)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| targetNamespace | String | 스키마 targetNamespace 속성입니다. |
ReturnValue
true if a schema with the specified target namespace URI is in the XmlSchemaSet; otherwise, false.
또 보기
- Class String
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++