VirtualTypeBuilder::AttributeCollection::Remove Method (Attribute^)
Visual Studio 2015
Removes the first occurrence of a specific Attribute from the VirtualTypeBuilder::AttributeCollection.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | value is null. |
This method does nothing if the attribute is not currently in the collection.
Show: