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