Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Returns an XMLSchemaReferences collection that represents the schemas attached to a document.
Syntax
expression. XMLSchemaReferences
expression An expression that returns a Document object.
Example
The following example reloads the first schema attached to the active document.
Dim objSchema As XMLSchemaReference
Set objSchema = ActiveDocument.XMLSchemaReferences.Item(1)
objSchema.Reload
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.