XMLNode.ChildNodeSuggestions Property
Word Developer Reference |
Returns an XMLChildNodeSuggestions collection that represents the list of child elements for a specified element.
Syntax
expression.ChildNodeSuggestions
expression Required. A variable that represents a XMLNode object.
Remarks
Each XMLChildNodeSuggestion object in a XMLChildNodeSuggestions collection is an item in the list of allowed possible XML elements at the bottom of the XML Structure task pane.
Example
The following example loops through the suggestions for the first element selected in the active document and inserts all allowed elements at the insertion point position.
Visual Basic for Applications |
---|
|
See Also