Share via


DelegatingXmlDictionaryReader.Item Property (String)

Gets the value of the attribute with the specified System.Xml.XmlReader.Name.

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

Verwendung

    Dim instance As DelegatingXmlDictionaryReader
Dim name As String
Dim value As String

value = instance(name)

Syntax

'Declaration
Public Overrides ReadOnly Default Property Item ( _
    name As String _
) As String
public override string this [
    string name
] { get; }
public:
virtual property String^ default [String^] {
    String^ get (String^ name) override;
}
/** @property */
public String get_Item (String name)

Parameter

  • name
    The qualified name of the attribute.

Eigenschaftenwert

The value of the specified attribute. If the attribute is not found, null is returned.

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