PropertyDescriptorCollection::IDictionary::Item Property (Object^)
.NET Framework (current version)
Gets or sets the element with the specified key.
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.
Implements
IDictionary::Item[Object^]
.NET Framework
Available since 2.0
Available since 2.0
Show: