Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.