Gets the value of the attribute with the specified System.Xml.XmlReader.LocalName and System.Xml.XmlReader.NamespaceURI from the wrapped reader.
Пространство имен: Microsoft.IdentityModel.Protocols.XmlSignature
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As DelegatingXmlDictionaryReader
Dim name As String
Dim namespaceURI As String
Dim value As String

value = instance(name, namespaceURI)

Синтаксис

Visual Basic
Public Overrides ReadOnly Default Property Item ( _
		name As String, _
		namespaceURI As String _
) As String
C#
public override string this [
		string name,
		string namespaceURI
] { get; }
C++
public:
virtual property String^ default [String^, String^] {
		String^ get (String^ name, String^ namespaceURI) override;
}
J#
/** @property */
public String get_Item (String name, String namespaceURI)
JScript

Параметры

name

The local name of the attribute.

namespaceURI

The namespace URI of the attribute.

Значение свойства

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

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также