XmlSchemaValidator.GetUnspecifiedDefaultAttributes(ArrayList) メソッド

定義

既定の属性に対する 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 メソッドを使用する必要があります。

適用対象

こちらもご覧ください