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 之後呼叫 方法,則會傳回尚未驗證目前元素的屬性。