Freigeben über


DelegatingXmlDictionaryReader.AttributeCount Property

Get the number of Attributes at the current reader position.

Namespace: Microsoft.IdentityModel.Protocols.XmlSignature
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As DelegatingXmlDictionaryReader
Dim value As Integer

value = instance.AttributeCount

Syntax

'Declaration
Public Overrides ReadOnly Property AttributeCount As Integer
public override int AttributeCount { get; }
public:
virtual property int AttributeCount {
    int get () override;
}
/** @property */
public int get_AttributeCount ()
public override function get AttributeCount () : int

Eigenschaftenwert

Returns an integer.

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Siehe auch

Referenz

DelegatingXmlDictionaryReader Class
DelegatingXmlDictionaryReader Members
Microsoft.IdentityModel.Protocols.XmlSignature Namespace