Gets the value corresponding to the specified key.
[Visual Basic] Function GetValue( _ ByVal key As Object _ ) As Object [C#] object GetValue( object key ); [C++] Object* GetValue( Object* key ) = 0; [JScript] function GetValue( key : Object ) : Object;
The associated value object, or a null reference (in Visual Basic Nothing) if no value exists.
IDictionaryService Interface | IDictionaryService Members | System.ComponentModel.Design Namespace