XmlNode.Name プロパティ
派生クラスでオーバーライドされた場合は、ノードの限定名を取得します。
Public MustOverride ReadOnly Property Name As String
[C#]
public abstract string Name {get;}
[C++]
public: __property virtual String* get_Name() = 0;
[JScript]
public abstract function get Name() : String;
プロパティ値
ノードの限定名。返される名前は、ノードの NodeType によって異なります。
Type | 名前 |
---|---|
Attribute | 属性の限定名。 |
CDATA | #cdata-section |
Comment | #comment |
Document | #document |
DocumentFragment | #document-fragment |
DocumentType | ドキュメントの種類の名前。 |
Element | 要素の限定名。 |
Entity | エンティティの名前。 |
EntityReference | 参照されたエンティティの名前。 |
Notation | 表記名。 |
ProcessingInstruction | 処理命令の対象。 |
Text | #text |
Whitespace | #whitespace |
SignificantWhitespace | #significant-whitespace |
XmlDeclaration | #xml-declaration |
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET