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.Page 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.Page for C++