DelegatingXmlReader.Item Property (string, string)DelegatingXmlReader.Item Property (String, String)DelegatingXmlReader::Item Property (String^, String^)

Gets the value of the attribute with the specified local name and namespace URI.

Syntax

Public Overrides ReadOnly Property Item As String (    name As String, _
    namespaceURI As String _
)
        Get
public override string  this [    string name,
    string namespaceURI
] { get; }
public:
virtual property String^ Item {
    String^ get();
}
 

Parameters

name

Type: System.StringSystem.StringSystem::String^

The local name of the attribute.

namespaceURI

Type: System.StringSystem.StringSystem::String^

The namespace URI of the attribute.

Property Value

Type: System.StringSystem.StringSystem::String^

The value of the specified attribute. If the attribute is not found, null a null reference (Nothing in Visual Basic) nullptr is returned.