XmlValueGetter

XmlValueGetter typedef

A callback used by the XmlSchemaValidator class to pass attribute, text,and white space values as a run-time type compatible with the XML Schema Definition Language (XSD) type of the attribute, text, or white space.

using System::Xml::Schema::XmlValueGetter = typedef System::MulticastDelegate<SharedPtr<Object>()>

See Also