共用方式為


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 方法時要考慮的重要注意事項。

適用於

另請參閱