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