InnerElementType Enum

Definition

Specifies the type of inner element, which is the InnerElementType property, to be used when the EnumerationType is set to ElementCollection.

public enum class InnerElementType
public enum InnerElementType
type InnerElementType = 
Public Enum InnerElementType
Inheritance
InnerElementType

Fields

Navigator 0

Enumerates using an XPathNavigator.

Node 1

Enumerates the nodes of the XML document and returns the text of each node.

NodeText 2

Enumerates over text nodes returned by an XPath operation.

Applies to