System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType method

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

Mengembalikan sebuah XmlSchemaSimpleType yang mewakili tipe sederhana bawaan dari tipe sederhana yang ditentukan oleh nama yang memenuhi syarat.

static SharedPtr<XmlSchemaSimpleType> System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType(const SharedPtr<XmlQualifiedName> &qualifiedName)
ParameterTipeDeskripsi
qualifiedNameconst SharedPtr<XmlQualifiedName>&XmlQualifiedName dari tipe sederhana.

ReturnValue

XmlSchemaSimpleType yang mewakili tipe sederhana bawaan.

Lihat Juga

XmlSchemaType::GetBuiltInSimpleType(XmlTypeCode) method

Mengembalikan sebuah XmlSchemaSimpleType yang mewakili tipe sederhana bawaan dari tipe sederhana yang ditentukan.

static SharedPtr<XmlSchemaSimpleType> System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType(XmlTypeCode typeCode)
ParameterTipeDeskripsi
typeCodeXmlTypeCodeSalah satu nilai XmlTypeCode yang mewakili tipe sederhana.

ReturnValue

XmlSchemaSimpleType yang mewakili tipe sederhana bawaan.

Lihat Juga