System::Xml::Schema::XmlSchemaType::GetBuiltInComplexType طريقة
محتويات
[
يخفي
]XmlSchemaType::GetBuiltInComplexType(const SharedPtr<XmlQualifiedName>&) method
يعيد XmlSchemaComplexType الذي يمثل النوع المركب المدمج للنوع المركب المحدد بالاسم المؤهل.
static SharedPtr<XmlSchemaComplexType> System::Xml::Schema::XmlSchemaType::GetBuiltInComplexType(const SharedPtr<XmlQualifiedName> &qualifiedName)
| Parameter | Type | الوصف |
|---|---|---|
| qualifiedName | const SharedPtr<XmlQualifiedName>& | الـXmlQualifiedName للنوع المركب. |
ReturnValue
الـXmlSchemaComplexType الذي يمثل النوع المركب المدمج.
انظر أيضًا
- Typedef SharedPtr
- Class XmlSchemaComplexType
- Class XmlQualifiedName
- Class XmlSchemaType
- Namespace System::Xml::Schema
- Library Aspose.Page for C++
XmlSchemaType::GetBuiltInComplexType(XmlTypeCode) method
يعيد XmlSchemaComplexType الذي يمثل النوع المركب المدمج للنوع المركب المحدد.
static SharedPtr<XmlSchemaComplexType> System::Xml::Schema::XmlSchemaType::GetBuiltInComplexType(XmlTypeCode typeCode)
| Parameter | Type | الوصف |
|---|---|---|
| typeCode | XmlTypeCode | إحدى قيم XmlTypeCode التي تمثل النوع المركب. |
ReturnValue
الـXmlSchemaComplexType الذي يمثل النوع المركب المدمج.
انظر أيضًا
- Typedef SharedPtr
- Class XmlSchemaComplexType
- Enum XmlTypeCode
- Class XmlSchemaType
- Namespace System::Xml::Schema
- Library Aspose.Page for C++