MsoCustomXMLNodeType enumeration

Office 2013 and later

Specifies the node type.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
msoCustomXMLNodeElementThe node is an element.
msoCustomXMLNodeAttributeThe node is an attribute.
msoCustomXMLNodeTextThe node is a text node.
msoCustomXMLNodeCDataThe node is a CData type.
msoCustomXMLNodeProcessingInstructionThe node is a processing instruction.
msoCustomXMLNodeCommentThe node is a comment.
msoCustomXMLNodeDocumentThe node is a Document node.
Show: