XmlSchemaSet()

XmlSchemaSet::XmlSchemaSet() constructor

Initializes a new instance of the XmlSchemaSet class.

System::Xml::Schema::XmlSchemaSet::XmlSchemaSet()

XmlSchemaSet::XmlSchemaSet(const SharedPtr<XmlNameTable>&) constructor

Initializes a new instance of the XmlSchemaSet class with the specified XmlNameTable.

System::Xml::Schema::XmlSchemaSet::XmlSchemaSet(const SharedPtr<XmlNameTable> &nameTable)

Arguments

ParameterTypeDescription
nameTableconst SharedPtr<XmlNameTable>&The XmlNameTable object to use.

See Also