System::Xml::Schema::XmlSchemaType::GetBuiltInComplexType メソッド
XmlSchemaType::GetBuiltInComplexType(const SharedPtr<XmlQualifiedName>&) method
限定名で指定された複合型の組み込み複合型を表す XmlSchemaComplexType を返します。
static SharedPtr<XmlSchemaComplexType> System::Xml::Schema::XmlSchemaType::GetBuiltInComplexType(const SharedPtr<XmlQualifiedName> &qualifiedName)
| パラメーター | 型 | 説明 |
|---|---|---|
| qualifiedName | const SharedPtr<XmlQualifiedName>& | 複合型の XmlQualifiedName です。 |
ReturnValue
組み込み複合型を表す XmlSchemaComplexType です。
参照
- Typedef SharedPtr
- Class XmlSchemaComplexType
- Class XmlQualifiedName
- Class XmlSchemaType
- Namespace System::Xml::Schema
- Library Aspose.Page for C++
XmlSchemaType::GetBuiltInComplexType(XmlTypeCode) method
指定された複合型の組み込み複合型を表す XmlSchemaComplexType を返します。
static SharedPtr<XmlSchemaComplexType> System::Xml::Schema::XmlSchemaType::GetBuiltInComplexType(XmlTypeCode typeCode)
| パラメーター | 型 | 説明 |
|---|---|---|
| typeCode | XmlTypeCode | 複合型を表す XmlTypeCode の値のいずれかです。 |
ReturnValue
組み込み複合型を表す XmlSchemaComplexType です。
参照
- Typedef SharedPtr
- Class XmlSchemaComplexType
- Enum XmlTypeCode
- Class XmlSchemaType
- Namespace System::Xml::Schema
- Library Aspose.Page for C++