get_ElementSchemaType()

XmlSchemaElement::get_ElementSchemaType() method

Returns an XmlSchemaType object representing the type of the element based on the XmlSchemaElement::get_SchemaType or XmlSchemaElement::get_SchemaTypeName values of the element.

SharedPtr<XmlSchemaType> System::Xml::Schema::XmlSchemaElement::get_ElementSchemaType()

Return Value

An XmlSchemaType object.

See Also