XmlSchemaValidator.GetExpectedAttributes メソッド

定義

現在の要素コンテキストに対して予期される属性を返します。

public System.Xml.Schema.XmlSchemaAttribute[] GetExpectedAttributes ();

戻り値

XmlSchemaAttribute[]

XmlSchemaAttribute オブジェクトの配列。または、予期される属性がない場合は空の配列。

注釈

メソッドを使用する場合に考慮すべき重要な注意事項を次に GetExpectedAttributes 示します。

  • メソッドの直後に GetExpectedAttributes メソッドが ValidateElement 呼び出されると、XML ドキュメントに表示されるすべての属性が返されます。

  • メソッドを GetExpectedAttributes 1 つ以上呼び出した後にメソッドを ValidateAttribute 呼び出すと、現在の要素に対してまだ検証されていない属性が返されます。

適用対象

製品 バージョン
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
.NET Standard 2.0, 2.1

こちらもご覧ください