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