DataViewPropertyDescriptor.SetAttributes(Attribute[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the specified attributes to this property's attributes list.
public:
void SetAttributes(... cli::array <Attribute ^> ^ values);
public void SetAttributes (params Attribute[] values);
member this.SetAttributes : Attribute[] -> unit
Public Sub SetAttributes (ParamArray values As Attribute())