XMLNode.ChildNodeSuggestions Property
Returns a XMLChildNodeSuggestions collection that represents the list of allowed elements for the XMLNode object (which returns the child elements of a specified element).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ChildNodeSuggestions As XMLChildNodeSuggestions
Get
'Usage
Dim instance As XMLNode
Dim value As XMLChildNodeSuggestions
value = instance.ChildNodeSuggestions
XMLChildNodeSuggestions ChildNodeSuggestions { get; }
Property Value
Type: Microsoft.Office.Interop.Word.XMLChildNodeSuggestions
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.