System::Xml::Schema::XmlSchemaValidator::GetExpectedAttributes 方法

XmlSchemaValidator::GetExpectedAttributes method

返回当前元素上下文的预期属性。

ArrayPtr<SharedPtr<XmlSchemaAttribute>> System::Xml::Schema::XmlSchemaValidator::GetExpectedAttributes()

ReturnValue

一个 XmlSchemaAttribute 对象数组,如果没有预期属性则返回空数组。

另见