System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType metodo
Contenuti
[
Nascondere
]XmlSchemaType::GetBuiltInSimpleType(const SharedPtr<XmlQualifiedName>&) method
Restituisce un XmlSchemaSimpleType che rappresenta il tipo semplice incorporato del tipo semplice specificato dal nome qualificato.
static SharedPtr<XmlSchemaSimpleType> System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType(const SharedPtr<XmlQualifiedName> &qualifiedName)
| Parametro | Tipo | Descrizione |
|---|---|---|
| qualifiedName | const SharedPtr<XmlQualifiedName>& | Il XmlQualifiedName del tipo semplice. |
ReturnValue
Il XmlSchemaSimpleType che rappresenta il tipo semplice incorporato.
Vedi anche
- Typedef SharedPtr
- Class XmlSchemaSimpleType
- Class XmlQualifiedName
- Class XmlSchemaType
- Namespace System::Xml::Schema
- Library Aspose.Font for C++
XmlSchemaType::GetBuiltInSimpleType(XmlTypeCode) method
Restituisce un XmlSchemaSimpleType che rappresenta il tipo semplice incorporato del tipo semplice specificato.
static SharedPtr<XmlSchemaSimpleType> System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType(XmlTypeCode typeCode)
| Parametro | Tipo | Descrizione |
|---|---|---|
| typeCode | XmlTypeCode | Uno dei valori XmlTypeCode che rappresentano il tipo semplice. |
ReturnValue
Il XmlSchemaSimpleType che rappresenta il tipo semplice incorporato.
Vedi anche
- Typedef SharedPtr
- Class XmlSchemaSimpleType
- Enum XmlTypeCode
- Class XmlSchemaType
- Namespace System::Xml::Schema
- Library Aspose.Font for C++