Share via


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
  Dim objSuggestion As XMLChildNodeSuggestion

Set objSuggestion = ActiveDocument.XMLChildNodeSuggestions.Item(1)

objSuggestion.XMLSchemaReference.Reload

See Also