DelegatingXmlReader.GetAttribute Method (string)DelegatingXmlReader.GetAttribute Method (String)DelegatingXmlReader::GetAttribute Method (String^)

Returns the value of the attribute with the specified name.

Syntax

Public Overrides Function GetAttribute( _
    name As String _
) As String
public override string GetAttribute(
    string name
)
public:
virtual String^ GetAttribute(
    String^ name
) override
 

Parameters

name

Type: System.StringSystem.StringSystem::String^

The qualified name of the attribute.

Return 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.