System::Xml::Schema::XmlSchemaType::GetBuiltInComplexType metod
Innehåll
[
Dölj
]XmlSchemaType::GetBuiltInComplexType(const SharedPtr<XmlQualifiedName>&) method
Returnerar en XmlSchemaComplexType som representerar den inbyggda komplexa typen för den komplexa typen som anges av kvalificerat namn.
static SharedPtr<XmlSchemaComplexType> System::Xml::Schema::XmlSchemaType::GetBuiltInComplexType(const SharedPtr<XmlQualifiedName> &qualifiedName)
| Parameter | Type | Beskrivning |
|---|---|---|
| qualifiedName | const SharedPtr<XmlQualifiedName>& | Den XmlQualifiedName för den komplexa typen. |
ReturnValue
Den XmlSchemaComplexType som representerar den inbyggda komplexa typen.
Se även
- Typedef SharedPtr
- Class XmlSchemaComplexType
- Class XmlQualifiedName
- Class XmlSchemaType
- Namespace System::Xml::Schema
- Library Aspose.Page for C++
XmlSchemaType::GetBuiltInComplexType(XmlTypeCode) method
Returnerar en XmlSchemaComplexType som representerar den inbyggda komplexa typen för den specificerade komplexa typen.
static SharedPtr<XmlSchemaComplexType> System::Xml::Schema::XmlSchemaType::GetBuiltInComplexType(XmlTypeCode typeCode)
| Parameter | Type | Beskrivning |
|---|---|---|
| typeCode | XmlTypeCode | Ett av XmlTypeCode värdena som representerar den komplexa typen. |
ReturnValue
Den XmlSchemaComplexType som representerar den inbyggda komplexa typen.
Se även
- Typedef SharedPtr
- Class XmlSchemaComplexType
- Enum XmlTypeCode
- Class XmlSchemaType
- Namespace System::Xml::Schema
- Library Aspose.Page for C++