XmlSchemaValidator.GetUnspecifiedDefaultAttributes(ArrayList) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
既定の属性に対する ID 制約を検証し、要素コンテキストで ArrayList メソッドを使用して以前に検証されていない既定値を持つ属性に対して、XmlSchemaAttribute オブジェクトで指定されたValidateAttributeを設定します。
public:
void GetUnspecifiedDefaultAttributes(System::Collections::ArrayList ^ defaultAttributes);
public void GetUnspecifiedDefaultAttributes(System.Collections.ArrayList defaultAttributes);
member this.GetUnspecifiedDefaultAttributes : System.Collections.ArrayList -> unit
Public Sub GetUnspecifiedDefaultAttributes (defaultAttributes As ArrayList)
パラメーター
- defaultAttributes
- ArrayList
要素コンテキストでの検証中にまだ検出されていない属性に対して、XmlSchemaAttribute オブジェクトを設定するArrayList。
注釈
GetUnspecifiedDefaultAttributes メソッドは、現在の要素のすべての属性を ValidateAttribute メソッドで検証した後に呼び出す必要があります。 検証対象の XML ドキュメントに挿入する既定の属性を決定するには、GetUnspecifiedDefaultAttributes メソッドを使用する必要があります。