[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Settings.AttachedXmlSchemas

AttachedXmlSchemas Property

AttachedXmlSchemas

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.

Declaration
public List<string> AttachedXmlSchemas { get; }
Public ReadOnly Property AttachedXmlSchemas As List(Of String)