Method SetDeclared
SetDeclared(Int32, Boolean)
Assign a value to the "declared" flag of a specific attribute. This is normally needed only for attributes of type CDATA, including attributes whose type is changed to or from CDATA.
Declaration
public virtual void SetDeclared(int index, bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index of the attribute (zero-based). |
System.Boolean | value | The desired flag value. |