AttachedXmlSchemas Property
In This Topic
Gets the list of custom XML schema whose target namespace should be associated with this document when it is loaded, if such a schema is available to the hosting application. Applications can also load and utilize any additional schemas as well as those explicitly mentioned here. These custom XML schemas can then be used to validate the structure of the
XmlDocument in the document, etc.
Syntax
'Declaration
Public ReadOnly Property AttachedXmlSchemas As System.Collections.Generic.List(Of String)
public System.Collections.Generic.List<string> AttachedXmlSchemas {get;}
See Also