set_Schemas()

XmlDocument::set_Schemas(const SharedPtr<Schema::XmlSchemaSet>&) method

Sets the XmlSchemaSet object associated with this XmlDocument.

void System::Xml::XmlDocument::set_Schemas(const SharedPtr<Schema::XmlSchemaSet> &value)

Arguments

ParameterTypeDescription
valueconst SharedPtr<Schema::XmlSchemaSet>&The value to set.

See Also