DelegatingXmlReader.AttributeCount PropertyDelegatingXmlReader.AttributeCount PropertyDelegatingXmlReader::AttributeCount Property

Gets the number of attributes on the current node.

Syntax

Public Overrides ReadOnly Property AttributeCount As Integer
        Get
public override int AttributeCount { get; }
public:
virtual property int AttributeCount {
    int get();
}
 

Property Value

Type: System.Int32System.Int32System::Int32

The number of attributes on the current node.