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
- 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.