System::Xml::Schema::XmlSchemaType::GetBuiltInComplexType method

XmlSchemaType::GetBuiltInComplexType(XmlTypeCode) method

Returns an XmlSchemaComplexType that represents the built-in complex type of the complex type specified.

static SharedPtr<XmlSchemaComplexType> System::Xml::Schema::XmlSchemaType::GetBuiltInComplexType(XmlTypeCode typeCode)
ParameterTypeDescription
typeCodeXmlTypeCodeOne of the XmlTypeCode values representing the complex type.

ReturnValue

The XmlSchemaComplexType that represents the built-in complex type.

See Also

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

Returns an XmlSchemaComplexType that represents the built-in complex type of the complex type specified by qualified name.

static SharedPtr<XmlSchemaComplexType> System::Xml::Schema::XmlSchemaType::GetBuiltInComplexType(const SharedPtr<XmlQualifiedName> &qualifiedName)
ParameterTypeDescription
qualifiedNameconst SharedPtr<XmlQualifiedName>&The XmlQualifiedName of the complex type.

ReturnValue

The XmlSchemaComplexType that represents the built-in complex type.

See Also