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)

Usage

Public Class mLChildNodeSuggestionsImplementation
    Implements XMLChildNodeSuggestions
End Class
Dim mLChildNodeSuggestionsImplementation1 As New mLChildNodeSuggestionsImplementation()

Syntax

Public Interface XMLChildNodeSuggestions
    Inherits IEnumerable
public interface XMLChildNodeSuggestions : IEnumerable
public interface class XMLChildNodeSuggestions : public IEnumerable
public interface XMLChildNodeSuggestions implements IEnumerable
public interface XMLChildNodeSuggestions implements 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.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

XMLChildNodeSuggestions Members