Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PropertyDescriptorCollection::IDictionary::Remove Method (Object^)

 

Removes the element with the specified key from the IDictionary.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

private:
virtual void Remove(
	Object^ key
) sealed = IDictionary::Remove

Parameters

key
Type: System::Object^

The key of the element to remove.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft