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

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

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

static SharedPtr<XmlSchemaSimpleType> System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType(const SharedPtr<XmlQualifiedName> &qualifiedName)
ParameterTypeالوصف
qualifiedNameconst SharedPtr<XmlQualifiedName>&الـ XmlQualifiedName للنوع البسيط.

ReturnValue

الـ XmlSchemaSimpleType الذي يمثل النوع البسيط المدمج.

انظر أيضًا

XmlSchemaType::GetBuiltInSimpleType(XmlTypeCode) method

تُرجع XmlSchemaSimpleType الذي يمثل النوع البسيط المدمج للنوع البسيط المحدد.

static SharedPtr<XmlSchemaSimpleType> System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType(XmlTypeCode typeCode)
ParameterTypeالوصف
typeCodeXmlTypeCodeإحدى قيم XmlTypeCode التي تمثل النوع البسيط.

ReturnValue

الـ XmlSchemaSimpleType الذي يمثل النوع البسيط المدمج.

انظر أيضًا