XmlSchemaValidator.GetExpectedAttributes 方法

定义

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

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[]

如果没有期望特性,则为一个 XmlSchemaAttribute 对象数组或一个空数组。

注解

以下是使用 GetExpectedAttributes 该方法时要考虑的重要说明。

适用于

另请参阅