DelegatingXmlDictionaryReader.QuoteChar Property

Get the quotation mark character used to enclose the attribute node. (" or ').

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

Verwendung

    Dim instance As DelegatingXmlDictionaryReader
Dim value As Char

value = instance.QuoteChar

Syntax

'Declaration
Public Overrides ReadOnly Property QuoteChar As Char
public override char QuoteChar { get; }
public:
virtual property wchar_t QuoteChar {
    wchar_t get () override;
}
/** @property */
public char get_QuoteChar ()
public override function get QuoteChar () : char

Eigenschaftenwert

Returns a character that contains the quotation mark character.

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