XmlEntityReference.NodeType Propriedade

Definição

Obtém o tipo do nó.Gets the type of the node.

public:
 virtual property System::Xml::XmlNodeType NodeType { System::Xml::XmlNodeType get(); };
public override System.Xml.XmlNodeType NodeType { get; }
member this.NodeType : System.Xml.XmlNodeType
Public Overrides ReadOnly Property NodeType As XmlNodeType

Valor da propriedade

XmlNodeType

O tipo de nó.The node type. Para XmlEntityReference nós, o valor é XmlNodeType. EntityReference.For XmlEntityReference nodes, the value is XmlNodeType.EntityReference.

Aplica-se a

Confira também