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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.