VirtualTypeBuilder::AttributeCollection::Remove Method (Attribute^)

 

Removes the first occurrence of a specific Attribute from the VirtualTypeBuilder::AttributeCollection.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
void Remove(
	Attribute^ value
)

Parameters

value
Type: System::Attribute^

The Attribute to remove from the collection.

Exception Condition
ArgumentNullException

value is null.

This method does nothing if the attribute is not currently in the collection.

Return to top
Show: