Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CustomXmlPart Class / Schemas Property

In This Topic
    Schemas Property
    In This Topic
    Gets the list of XML schemes that are associated with the part. Any number of XML schemes can be referenced, and this list of schemes shall then be used to validate the contents of the part.
    Syntax
    'Declaration
     
    Public ReadOnly Property Schemas As System.Collections.Generic.List(Of String)
    public System.Collections.Generic.List<string> Schemas {get;}
    See Also