XMLChildNodeSuggestions Interface

Represents a collection of XMLChildNodeSuggestion objects that represent elements that may be valid children of the specified element according to the schema.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("DE63B5AC-CA4F-46FE-9184-A5719AB9ED5B")> _
Public Interface XMLChildNodeSuggestions _
    Inherits IEnumerable
'Usage
Dim instance As XMLChildNodeSuggestions
[GuidAttribute("DE63B5AC-CA4F-46FE-9184-A5719AB9ED5B")]
public interface XMLChildNodeSuggestions : IEnumerable

Remarks

Note 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.

Use the Item property to return an individual XMLChildNodeSuggestion object. Use the ChildNodeSuggestions property of the _Document object to access the XMLChildNodeSuggestions collection that represents the root elements of any attached schemas. Use the ChildNodeSuggestions property of the XMLNode object to access the XMLChildNodeSuggestions collection for a specific element in a document. Use the Insert method to insert at the insertion point position the XML element associated with an XMLChildNodeSuggestion object.

See Also

Reference

XMLChildNodeSuggestions Members

Microsoft.Office.Interop.Word Namespace