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