Gets the number of attributes on the current node.
[Visual Basic] Overridable Public ReadOnly Property AttributeCount As Integer [C#] public int AttributeCount {override get;} [C++] public: __property virtual int get_AttributeCount(); [JScript] public function get AttributeCount() : int;
Count of attributes on the current node.
XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace