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)

Usage

Dim xMLNode1 As XMLNode

Dim returnValue As XMLChildNodeSuggestions
returnValue = xMLNode1.ChildNodeSuggestions

Syntax

ReadOnly Property ChildNodeSuggestions() As XMLChildNodeSuggestions
XMLChildNodeSuggestions ChildNodeSuggestions {get;}
property XMLChildNodeSuggestions^ ChildNodeSuggestions{
    XMLChildNodeSuggestions^ get();
}
public XMLChildNodeSuggestions get_ChildNodeSuggestions();
function get ChildNodeSuggestions() : 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

XMLNode Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

XMLNode Members