System::Xml::Schema::XmlSchemaValidator::GetUnspecifiedDefaultAttributes メソッド

XmlSchemaValidator::GetUnspecifiedDefaultAttributes method

デフォルト属性の同一性制約を検証し、要素コンテキストで XmlSchemaValidator::ValidateAttribute メソッドを使用して事前に検証されていないデフォルト値を持つ属性について、指定された List に XmlSchemaAttribute オブジェクトを追加します。

void System::Xml::Schema::XmlSchemaValidator::GetUnspecifiedDefaultAttributes(const SharedPtr<Collections::Generic::List<SharedPtr<Object>>> &defaultAttributes)
パラメーター説明
defaultAttributesconst SharedPtr<Collections::Generic::List<SharedPtr<Object>>>&要素コンテキストで検証中にまだ出現していない属性のために、XmlSchemaAttribute オブジェクトを格納する List。

参照