Share via


_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)

Usage

Dim _Document1 As _Document

Dim returnValue As XMLChildNodeSuggestions
returnValue = _Document1.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 an 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

_Document Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

_Document Members