Share via


DataViewBrowseObject.SetAttributes(Attribute[]) Method

Definition

Sets the attributes for the current browse object.

public:
 void SetAttributes(... cli::array <Attribute ^> ^ attributes);
public void SetAttributes (params Attribute[] attributes);
member this.SetAttributes : Attribute[] -> unit
Public Sub SetAttributes (ParamArray attributes As Attribute())

Parameters

attributes
Attribute[]

An array of Attribute objects to set or remove.

Applies to