XMLChildNodeSuggestion Members
Include Protected Members
Include Inherited Members
Represents a node that is a possible child element of the current element, according to the schema, but is not guaranteed to be valid.
The XMLChildNodeSuggestion type exposes the following members.
Methods
Name | Description | |
---|---|---|
Insert | Inserts a XMLNode object that represents an XML element node. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
BaseName | Returns a String that represents the name of the element without any prefix. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
NamespaceURI | Returns a String that represents the Uniform Resource Identifier (URI) of the schema namespace for the specified object. | |
Parent | Returns an object that represents the parent object of the specified object. | |
XMLSchemaReference | Returns a XMLSchemaReference object that represents the XML schema to which the specified XMLChildNodeSuggestion object belongs. |
Top