DataViewBrowseObject.RemoveAttributes(Object[]) 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.
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.