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