DataViewBrowseObject.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.
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())