Intersoft ClientUI Documentation
GetAttribute(String) Method



The qualified name of the attribute.
Gets the value of the attribute with the specified System.Xml.XmlReader.Name.
Syntax
Public Overloads Overrides Function GetAttribute( _
   ByVal name As String _
) As String
Dim instance As XPSParser
Dim name As String
Dim value As String
 
value = instance.GetAttribute(name)
public override string GetAttribute( 
   string name
)
public:
String^ GetAttribute( 
   String^ name
) override 

Parameters

name
The qualified name of the attribute.

Return Value

The value of the specified attribute. If the attribute is not found or the value is String.Empty, null is returned.
Exceptions
ExceptionDescription
System.ArgumentNullException name is null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XPSParser Class
XPSParser Members
Overload List

Send Feedback