get_Particle()

XmlSchemaGroupRef::get_Particle() method

Returns one of the XmlSchemaChoice, XmlSchemaAll, or XmlSchemaSequence classes, which holds the post-compilation interpretation of the Particle value.

SharedPtr<XmlSchemaGroupBase> System::Xml::Schema::XmlSchemaGroupRef::get_Particle()

Return Value

The post-compilation interpretation of the Particle value, which is one of the XmlSchemaChoice, XmlSchemaAll, or XmlSchemaSequence classes.

See Also