इसके माध्यम से साझा किया गया


XmlProcessingInstruction.NodeType Property

Definition

Gets the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes.

public:
 property NodeType NodeType { NodeType get(); };
NodeType NodeType();
public NodeType NodeType { get; }
var nodeType = xmlProcessingInstruction.nodeType;
Public ReadOnly Property NodeType As NodeType

Property Value

The node type.

Implements

Applies to