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

'宣言
Public Sub RemoveAttributes ( _
    ParamArray typeIds As Object() _
)
'使用
Dim instance As DataViewBrowseObject
Dim typeIds As Object()

instance.RemoveAttributes(typeIds)
public void RemoveAttributes(
    params Object[] typeIds
)
public:
void RemoveAttributes(
    ... array<Object^>^ typeIds
)
public function RemoveAttributes(
    ... typeIds : Object[]
)

Parameters

  • typeIds
    Type: []

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

Permissions

See Also

Reference

DataViewBrowseObject Class

DataViewBrowseObject Members

Microsoft.VisualStudio.Data.Framework Namespace