Method GetURI
GetURI(Int32)
Look up an attribute's Namespace URI by index.
Declaration
string GetURI(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The attribute index (zero-based). |
Returns
Type | Description |
---|---|
System.String | The Namespace URI, or the empty string if none is available, or null if the index is out of range. |