Freigeben über


DelegatingXmlDictionaryReader.NodeType Property

Gets the type of the current node.

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

Verwendung

    Dim instance As DelegatingXmlDictionaryReader
Dim value As XmlNodeType

value = instance.NodeType

Syntax

'Declaration
Public Overrides ReadOnly Property NodeType As XmlNodeType
public override XmlNodeType NodeType { get; }
public:
virtual property XmlNodeType NodeType {
    XmlNodeType get () override;
}
/** @property */
public XmlNodeType get_NodeType ()
public override function get NodeType () : XmlNodeType

Eigenschaftenwert

Returns a XmlNodeType.

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