_Document.ChildNodeSuggestions Property
Returns a XMLChildNodeSuggestions collection that represents the list of allowed elements for the Document object (which returns the root elements for all attached schemas).
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 _Document
Dim value As XMLChildNodeSuggestions
value = instance.ChildNodeSuggestions
XMLChildNodeSuggestions ChildNodeSuggestions { get; }
Property Value
Type: Microsoft.Office.Interop.Word.XMLChildNodeSuggestions
Remarks
Each XMLChildNodeSuggestion object in an XMLChildNodeSuggestions collection is an item in the list of allowed possible XML elements at the bottom of the XML Structure task pane.