XMLChildNodeSuggestion.XMLSchemaReference Property
Word Developer Reference |
Returns an XMLSchemaReference object that represents the XML schema to which the specified XMLChildNodeSuggestion object belongs.
Syntax
expression.XMLSchemaReference
expression An expression that returns an XMLChildNodeSuggestion object.
Example
The following example reloads the schema for the first XMLChildNodeSuggestion object in the active document.
Visual Basic for Applications |
---|
|
See Also