طريقة System::Xml::Schema::XmlSchemaType::GetBuiltInComplexType

XmlSchemaType::GetBuiltInComplexType(const SharedPtr<XmlQualifiedName>&) method

تُرجع XmlSchemaComplexType الذي يمثل النوع المركب المدمج للنوع المركب المحدد بالاسم المؤهل.

static SharedPtr<XmlSchemaComplexType> System::Xml::Schema::XmlSchemaType::GetBuiltInComplexType(const SharedPtr<XmlQualifiedName> &qualifiedName)
معاملنوعالوصف
qualifiedNameconst SharedPtr<XmlQualifiedName>&الـ XmlQualifiedName للنوع المركب.

ReturnValue

الـ XmlSchemaComplexType الذي يمثل النوع المركب المدمج.

انظر أيضًا

XmlSchemaType::GetBuiltInComplexType(XmlTypeCode) method

تُرجع XmlSchemaComplexType الذي يمثل النوع المركب المدمج للنوع المركب المحدد.

static SharedPtr<XmlSchemaComplexType> System::Xml::Schema::XmlSchemaType::GetBuiltInComplexType(XmlTypeCode typeCode)
معاملنوعالوصف
typeCodeXmlTypeCodeإحدى قيم XmlTypeCode التي تمثل النوع المركب.

ReturnValue

الـ XmlSchemaComplexType الذي يمثل النوع المركب المدمج.

انظر أيضًا