Share via


DataViewBrowseObject.RemoveAttributes Method

Removes the attributes specified by their type identifiers.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Sub RemoveAttributes ( _
    ParamArray typeIds As Object() _
)
public void RemoveAttributes(
    params Object[] typeIds
)
public:
void RemoveAttributes(
    ... array<Object^>^ typeIds
)
member RemoveAttributes : 
        typeIds:Object[] -> unit
public function RemoveAttributes(
    ... typeIds : Object[]
)

Parameters

  • typeIds
    Type: array<System.Object[]

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

.NET Framework Security

See Also

Reference

DataViewBrowseObject Class

Microsoft.VisualStudio.Data.Framework Namespace