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++