Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetReader.GetAttribute(string,string) Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetReader Class > GetAttribute Method : GetAttribute(String,String) Method



name
The local name of the attribute.
namespaceURI
The namespace URI of the attribute.
Gets the value of an attribute.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Overloads Overrides Public NotOverridable Function GetAttribute( _
   ByVal name As String, _
   ByVal namespaceURI As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim name As String
Dim namespaceURI As String
Dim value As String
 
value = instance.GetAttribute(name, namespaceURI)
C# 
public override string GetAttribute( 
   string name,
   string namespaceURI
)
C++/CLI 
public:
String^ GetAttribute( 
   String^ name,
   String^ namespaceURI
) override 

Parameters

name
The local name of the attribute.
namespaceURI
The namespace URI of the attribute.

Return Value

The value of the specified attribute.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Overload List
Base Implementation in System.Xml.XmlReader