次の方法で共有


XmlReader.AttributeCount プロパティ

派生クラスでオーバーライドされると、現在のノードの属性数を取得します。

Public MustOverride ReadOnly Property AttributeCount As Integer
[C#]
public abstract int AttributeCount {get;}
[C++]
public: __property virtual int get_AttributeCount() = 0;
[JScript]
public abstract function get AttributeCount() : int;

プロパティ値

現在のノードにある属性の数。

解説

このプロパティは、Element、 DocumentTypeXmlDeclaration の各ノードだけに関連します。他のノード型は、属性を持ちません。

使用例

このメソッドの使用例については、 AttributeCount (XmlTextReader クラス) のトピックを参照してください。

必要条件

プラットフォーム: 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, Common Language Infrastructure (CLI) Standard

参照

XmlReader クラス | XmlReader メンバ | System.Xml 名前空間