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::Item Property (Object^)

 

Gets or sets the element with the specified key.

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

private:
property Object^ default[
	Object^ key
] {
	virtual Object^ get(Object^ key) sealed = IDictionary::default::get;
	virtual void set(Object^ key, Object^ value) sealed = IDictionary::default::set;
}

Parameters

key
Type: System::Object^

The key of the element to get or set.

Property Value

Type: System::Object^

The element with the specified key.

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