Share via


XmlAttribute.NodeType プロパティ

定義

有効な値と、ノードに子ノードを含めることができるかどうかを決定する XML ドキュメント オブジェクト モデル (DOM) ノードの種類を取得します。

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

プロパティ値

このプロパティは常に value attributeNode を返します。

実装

適用対象