Method SetURI
SetURI(Int32, String)
Set the Namespace URI of a specific attribute.
Declaration
public virtual void SetURI(int index, string uri)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index of the attribute (zero-based). |
System.String | uri | The attribute's Namespace URI, or the empty string for none. |