XMLChildNodeSuggestion Interface 

Represents a node that is a possible child element of the current element, according to the schema, but is not guaranteed to be valid.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class mLChildNodeSuggestionImplementation
    Implements XMLChildNodeSuggestion
End Class
Dim mLChildNodeSuggestionImplementation1 As New mLChildNodeSuggestionImplementation()

Syntax

Public Interface XMLChildNodeSuggestion
public interface XMLChildNodeSuggestion
public interface class XMLChildNodeSuggestion
public interface XMLChildNodeSuggestion
public interface XMLChildNodeSuggestion

Remarks

Microsoft Word cannot validate the required order in which elements are supposed to appear, as well as minimum or maximum occurrence restrictions or other constraints, until after a user inserts the elements into the document.

Note Each XMLChildNodeSuggestion object is an item in the list of XML elements at the bottom of the XML Structure task pane when the List only child elements of current element check box is checked.

Use the XMLSchemaReference property to access the individual schema that the node references. Use the Item property to return an individual XMLChildNodeSuggestion object from the XMLChildNodeSuggestions collection.

Use the NamespaceURI property to return the namespace for the schema referenced in an XMLChildNodeSuggestion object. Use the BaseName property to return the name of the element that represents the 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

XMLChildNodeSuggestion Members