System::Xml::Schema::XmlSchemaValidator::GetExpectedParticles 方法

XmlSchemaValidator::GetExpectedParticles method

返回当前元素上下文中的预期粒子。

ArrayPtr<SharedPtr<XmlSchemaParticle>> System::Xml::Schema::XmlSchemaValidator::GetExpectedParticles()

ReturnValue

一个由 XmlSchemaParticle 对象组成的数组;如果没有预期的粒子,则返回空数组。

另见