Expand Minimize
This topic has not yet been rated - Rate this topic

Document.ChildNodeSuggestions Property

Gets an XMLChildNodeSuggestions collection that represents the list of allowed elements for the Document (which returns the root elements for all attached schemas) or for the XMLNode object (which returns the child elements of a specified element).

Namespace:  Microsoft.Office.Tools.Word
Assemblies:   Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
XMLChildNodeSuggestions ChildNodeSuggestions { get; }

Property Value

Type: XMLChildNodeSuggestions
An XMLChildNodeSuggestions collection.

Each XMLChildNodeSuggestion in an XMLChildNodeSuggestions collection is an item in the list of allowed possible XML elements at the bottom of the XML Structure task pane.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.