DelegatingXmlDictionaryReader.XmlSpace Property

Gets the current xml:space scope. If no xml:space scope exists, this property defaults to XmlSpace.None.

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

Verwendung

    Dim instance As DelegatingXmlDictionaryReader
Dim value As XmlSpace

value = instance.XmlSpace

Syntax

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

Eigenschaftenwert

Returns a XmlSpace.

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