XmlSchemaValidator.GetExpectedAttributes 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回当前元素上下文的期望属性。
public:
cli::array <System::Xml::Schema::XmlSchemaAttribute ^> ^ GetExpectedAttributes();
public System.Xml.Schema.XmlSchemaAttribute[] GetExpectedAttributes ();
member this.GetExpectedAttributes : unit -> System.Xml.Schema.XmlSchemaAttribute[]
Public Function GetExpectedAttributes () As XmlSchemaAttribute()
返回
如果没有期望特性,则为一个 XmlSchemaAttribute 对象数组或一个空数组。
注解
以下是使用 GetExpectedAttributes 该方法时要考虑的重要说明。
GetExpectedAttributes如果在该方法后ValidateElement立即调用该方法,则会返回 XML 文档中可能显示的所有属性。
GetExpectedAttributes如果在对ValidateAttribute该方法进行一个或多个调用后调用该方法,则返回尚未为当前元素验证的属性。