IDictionaryService::GetKey Method (Object^)

 

Gets the key corresponding to the specified value.

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

Object^ GetKey(
	Object^ value
)

Parameters

value
Type: System::Object^

The value to look up in the dictionary.

Return Value

Type: System::Object^

The associated key, or null if no key exists.

.NET Framework
Available since 1.1
Return to top
Show: