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