Share via


DataViewBrowseObject.RemoveAttributes(Object[]) Method

Definition

Removes the attributes specified by their type identifiers.

public:
 void RemoveAttributes(... cli::array <System::Object ^> ^ typeIds);
public void RemoveAttributes (params object[] typeIds);
member this.RemoveAttributes : obj[] -> unit
Public Sub RemoveAttributes (ParamArray typeIds As Object())

Parameters

typeIds
Object[]

An array containing unique identifiers for the types of the attributes to be removed.

Applies to