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