set_attributes
Description:
[ Version ( since = "4.2" ) ]
public abstract void set_attributes (ValueAttribute attrs, ValueAttribute mask)
public abstract void set_attributes (ValueAttribute attrs, ValueAttribute mask)
Sets the parameters of the DataEntry.
Only the attributes corresponding to the mask are set, the other ones are ignored.
Parameters:
this | |
attrs |
the attributes to set (OR'ed between them) |
mask |
the mask corresponding to the considered attributes |